Click or drag to resize

ClientAPI(CardInfo) Constructor

Create a new ClientAPI instance with a connection to the card at the address contained in the given cardInfo.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public ClientAPI(
	CardInfo cardInfo
)

Parameters

cardInfo  CardInfo
Identifies the desired card.
Remarks
This can be used as an alternative to first constructing an unconnected ClientAPI instance, and then explicitly connecting it to the card with Connect(CardInfo)
See Also