Client |
The ClientAPI type exposes the following members.
Name | Description | |
---|---|---|
![]() | Connect(CardInfo) | Connects to the card identified by card. |
![]() | Connect(String, Int32) | Connects to the card identified by its hostNameOrAddresshostname or IPAddress. |
![]() | DisableLog | Deactivates logging the communication between this client connection and the card. |
![]() | Disconnect | Disconnects this instance from the currently connected card. |
![]() ![]() | Discover | Discovers cards on the network using the UPnP SSDP protocol, and returns a list of those discovered. |
![]() ![]() | DiscoverByPinging | Discovers cards on the network by pinging the card's expected IP address based on its serial number, and returns a list of those discovered. |
![]() | Dispose | Close all open connections and dispose. |
![]() | EnableLog(String, Int32) | Activates logging the communication between this client connection and the card. |
![]() | EnableLog(TextWriter, Int32, Boolean) | Activates logging the communication between this client connection and the card. |
![]() ![]() | PredictIPAddressFromSerialNumber | Predicts the card's IP address from its serial number. |