Card Class |
public sealed class Card : IMessage<Card>, IMessage, IEquatable<Card>, IDeepCloneable<Card>, IBufferMessage
The Card type exposes the following members.
Name | Description | |
---|---|---|
![]() | Card | |
![]() | Card(Card) | |
![]() | Card(String) | Create a card which identifies by IPv4, IPv6 or serial number. |
Name | Description | |
---|---|---|
![]() | CardInfo | Full Card information. |
![]() | CardIp | IP address of the card. |
![]() ![]() | Descriptor | |
![]() | HasCardIp | Gets whether the "card_ip" field is set |
![]() | HasSerialNumber | Gets whether the "serial_number" field is set |
![]() ![]() | Parser | |
![]() | SerialNumber | Card serial number. The connection to a card by serial number might take longer than by IP if the card serial number is not known by the service yet. In that case, a discovery is triggered and the best IP determined. |
![]() | TargetCase |
Name | Description | |
---|---|---|
![]() | CalculateSize | |
![]() | ClearCardIp | Clears the value of the oneof if it's currently set to "card_ip" |
![]() | ClearSerialNumber | Clears the value of the oneof if it's currently set to "serial_number" |
![]() | ClearTarget | |
![]() | Clone | |
![]() | Equals(Card) | |
![]() | Equals(Object) | (Overrides ObjectEquals(Object)) |
![]() | GetHashCode | (Overrides ObjectGetHashCode) |
![]() | MergeFrom(Card) | |
![]() | MergeFrom(CodedInputStream) | |
![]() | ToString | (Overrides ObjectToString) |
![]() | WriteTo |
Name | Description | |
---|---|---|
![]() ![]() | (String to Card) |
Name | Description | |
---|---|---|
![]() ![]() | CardInfoFieldNumber | Field number for the "card_info" field. |
![]() ![]() | CardIpFieldNumber | Field number for the "card_ip" field. |
![]() ![]() | SerialNumberFieldNumber | Field number for the "serial_number" field. |