Click or drag to resize

ESDeviceCreate Method (String, ISerialProtocol)

Connects to the IP Address provided and determines what kind of Brainboxes Ethernet to Serial Device is present, creates the object and sets all serial ports to use the provided protocol

Namespace:  Brainboxes.IO
Assembly:  Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntax
public static ESDevice Create(
	string ipAddress,
	ISerialProtocol protocol
)

Parameters

ipAddress
Type: SystemString

[Missing <param name="ipAddress"/> documentation for "M:Brainboxes.IO.ESDevice.Create(System.String,Brainboxes.IO.ISerialProtocol)"]

protocol
Type: Brainboxes.IOISerialProtocol

[Missing <param name="protocol"/> documentation for "M:Brainboxes.IO.ESDevice.Create(System.String,Brainboxes.IO.ISerialProtocol)"]

Return Value

Type: ESDevice

[Missing <returns> documentation for "M:Brainboxes.IO.ESDevice.Create(System.String,Brainboxes.IO.ISerialProtocol)"]

See Also