ClientAPI(String, Int32) Constructor |
Create a new ClientAPI instance with a connection to the card
at the given cardAddress.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public ClientAPI(
string cardAddress,
int portNumber = 49374
)
Parameters
- cardAddress String
- the card's IP address
- portNumber Int32 (Optional)
- the card's Port Number
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(String, Int32)See Also