Click or drag to resize

ClientAPI Methods

The ClientAPI type exposes the following members.

Methods
 NameDescription
Public methodConnect(CardInfo) Connects to the card identified by card.
Public methodConnect(String, Int32) Connects to the card identified by its hostNameOrAddresshostname or IPAddress.
Public methodDisableLog Deactivates logging the communication between this client connection and the card.
Public methodDisconnect Disconnects this instance from the currently connected card.
Public methodStatic memberDiscover Discovers cards on the network using the UPnP SSDP protocol, and returns a list of those discovered.
Public methodStatic memberDiscoverByPinging 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.
Public methodDispose Close all open connections and dispose.
Public methodEnableLog(String, Int32) Activates logging the communication between this client connection and the card.
Public methodEnableLog(TextWriter, Int32, Boolean) Activates logging the communication between this client connection and the card.
Public methodStatic memberPredictIPAddressFromSerialNumber Predicts the card's IP address from its serial number.
Top
See Also