ES246(String, ISerialProtocol) Constructor |
Create
ES-246 with 1 Port which has uses the given protocol
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ES246(
string ipAddress,
ISerialProtocol protocol
)
Public Sub New (
ipAddress As String,
protocol As ISerialProtocol
)
new :
ipAddress : string *
protocol : ISerialProtocol -> ES246
Parameters
- ipAddress String
- protocol ISerialProtocol
See Also