ES357 Constructor (String, ISerialProtocol) |
Create Brainboxes
ES-357 1 Port RS232 and 1 Port RS422/485 Ethernet to Serial Adapter which use the given protocol
Namespace:
Brainboxes.IO
Assembly:
Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntaxpublic ES357(
string ipAddress,
ISerialProtocol protocol
)
Public Sub New (
ipAddress As String,
protocol As ISerialProtocol
)
new :
ipAddress : string *
protocol : ISerialProtocol -> ES357
Parameters
- ipAddress
- Type: SystemString
- protocol
- Type: Brainboxes.IOISerialProtocol
See Also