Updated Communication Basics (markdown)

hvolmer
2020-02-11 17:50:10 -07:00
parent 6dc706bbcf
commit f0ee506b2e

@@ -9,9 +9,9 @@ In networked A/V systems, devices can use many different methods of communicatio
* `PepperDash.Core.GenericSecureTcpIpClient`
* `PepperDash.Essentials.Core.ComPortController`
#### IBasicCommunicationand 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 do Com, TCP, SSh or other similar communication will require an `IBasicCommunication` type object to be injected into them 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 into them at construction time.
```csharp
/// <summary>