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.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.7.0
Syntaxpublic 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