Click or drag to resize

ESDeviceCreate(String, Int32, Int32) Method

Connects to the IP Address given and determines what kind of Brainboxes Ethernet to Serial Device is there, creates the object and returns it

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,
	int port1PortNumber = 9001,
	int timeout = 2000
)

Parameters

ipAddress  String

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

port1PortNumber  Int32  (Optional)

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

timeout  Int32  (Optional)

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

Return Value

ESDevice

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

See Also