Click or drag to resize

ClientAPI Constructor

Initializes a new instance of the ClientAPI class.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public ClientAPI()
Remarks
Use Connect(String, Int32) or Connect(CardInfo) to connect this ClientAPI to a card.
See Also