Click or drag to resize

DeviceInfo Constructor

Creates and initializes a new instance.

Namespace: RAYLASE.Marker.Device
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public DeviceInfo(
	IPAddress ipAddress,
	string serialNumber,
	int port
)

Parameters

ipAddress  IPAddress
The card's IP address.
serialNumber  String
The card' serial number.
port  Int32

[Missing <param name="port"/> documentation for "M:RAYLASE.Marker.Device.DeviceInfo.#ctor(System.Net.IPAddress,System.String,System.Int32)"]

See Also