Click or drag to resize

CardInfo Constructor

Creates and initializes a new instance.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public CardInfo(
	IPAddress ipAddress,
	string serialNumber
)

Parameters

ipAddress  IPAddress
The card's IP address.
serialNumber  String
The card' serial number.
See Also