ED582(IConnection, IIOProtocol) Constructor |
ED-582: Ethernet to 4 RTD Inputs + Serial Gateway
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ED582(
IConnection connection,
IIOProtocol protocol
)
Public Sub New (
connection As IConnection,
protocol As IIOProtocol
)
new :
connection : IConnection *
protocol : IIOProtocol -> ED582
Parameters
- connection IConnection
- A connection to the device
- protocol IIOProtocol
- The protocol to use when communicating with the device
See Also