Card |
public class CardInfo : IEquatable<CardInfo>
The CardInfo type exposes the following members.
Name | Description | |
---|---|---|
IP | Gets the card's IP address where it listens for command connections. | |
Port | Gets the TCP port number on which the card listens for command connections. | |
SerialNumber | Gets the UPnP serial number of the card, for example "SP300001". |
Name | Description | |
---|---|---|
Equals | Performs deep comparison of this CardInfo with (an)other one. | |
ToString |
Returns a string that represents the current object.
(Overrides ObjectToString) |