mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
docs: correct spelling
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
b9553f486a
commit
6295e10c08
1 changed files with 1 additions and 2 deletions
|
|
@ -9,8 +9,7 @@ In networked A/V systems, devices can use many different methods of communicatio
|
||||||
* `PepperDash.Core.GenericSshClient`
|
* `PepperDash.Core.GenericSshClient`
|
||||||
* `PepperDash.Core.GenericSecureTcpIpClient`
|
* `PepperDash.Core.GenericSecureTcpIpClient`
|
||||||
* `PepperDash.Essentials.Core.ComPortController`
|
* `PepperDash.Essentials.Core.ComPortController`
|
||||||
* `PepperDash.Essentilas.Core.StatusMonitorBase`
|
* `PepperDash.Essentials.Core.StatusMonitorBase`
|
||||||
|
|
||||||
## IBasicCommunication and ISocketStatus
|
## IBasicCommunication and ISocketStatus
|
||||||
|
|
||||||
All common communication controllers will implement the `IBasicCommunication` interface, which is an extension of `ICommunicationReceiver`. This defines receive events, connection state properties, and send methods. Devices that need to use COM port, TCP, SSh or other similar communication will require an `IBasicCommunication` type object to be injected at construction time.
|
All common communication controllers will implement the `IBasicCommunication` interface, which is an extension of `ICommunicationReceiver`. This defines receive events, connection state properties, and send methods. Devices that need to use COM port, TCP, SSh or other similar communication will require an `IBasicCommunication` type object to be injected at construction time.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue