diff --git a/Communication-Basics.md b/Communication-Basics.md index 2b204d8..b4a2f43 100644 --- a/Communication-Basics.md +++ b/Communication-Basics.md @@ -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 ///