ClientAPIConnect(CardInfo) Method |
Connects to the card identified by card.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public void Connect(
CardInfo card
)
Parameters
- card CardInfo
- Identifies the desired card by serial-number and (probable) address.
The IP member is treated as a hint only: if the card is not found at the given address, an attempt will automatically be made to re-discover it at its current address.
Remarks
Multiple TCP/IP connections can exist simultaneously to one card.
This can lead to unexpected behavior if the clients are sending conflicting commands. For example, if controller A sends a command to
change the marking speed, while controller B's mark command is still in progress.
See Also