ES279(String, ISerialProtocol) Constructor |
Create
ES-279 with 8 Ports which use the given protocol
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ES279(
string ipAddress,
ISerialProtocol protocol
)
Public Sub New (
ipAddress As String,
protocol As ISerialProtocol
)
new :
ipAddress : string *
protocol : ISerialProtocol -> ES279
Parameters
- ipAddress String
- protocol ISerialProtocol
See Also