Updated Communication Basics (markdown)

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

@@ -11,7 +11,7 @@ In networked A/V systems, devices can use many different methods of communicatio
#### 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 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 ```csharp
/// <summary> /// <summary>