Click or drag to resize

ESDeviceCreate(String, ISerialProtocol) Method

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.0.0.0 (1.0.0.0)
Syntax
public static ESDevice Create(
	string ipAddress,
	ISerialProtocol protocol
)

Parameters

ipAddress  String

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

protocol  ISerialProtocol

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

Return Value

ESDevice

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

See Also