Click or drag to resize

Card Class

A card defined by one of its unique properties.
Inheritance Hierarchy
SystemObject
  RAYLASE.PDA.APICard

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax
C#
public sealed class Card : IMessage<Card>, 
	IMessage, IEquatable<Card>, IDeepCloneable<Card>, 
	IBufferMessage

The Card type exposes the following members.

Constructors
 NameDescription
Public methodCard 
Public methodCard(Card) 
Public methodCard(String) Create a card which identifies by IPv4, IPv6 or serial number.
Top
Properties
 NameDescription
Public propertyCardInfo Full Card information.
Public propertyCardIp IP address of the card.
Public propertyStatic memberDescriptor 
Public propertyHasCardIpGets whether the "card_ip" field is set
Public propertyHasSerialNumberGets whether the "serial_number" field is set
Public propertyStatic memberParser 
Public propertySerialNumber 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.
Public propertyTargetCase 
Top
Methods
 NameDescription
Public methodCalculateSize 
Public methodClearCardIp Clears the value of the oneof if it's currently set to "card_ip"
Public methodClearSerialNumber Clears the value of the oneof if it's currently set to "serial_number"
Public methodClearTarget 
Public methodClone 
Public methodEquals(Card) 
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodMergeFrom(Card) 
Public methodMergeFrom(CodedInputStream) 
Public methodToString
(Overrides ObjectToString)
Public methodWriteTo 
Top
Operators
 NameDescription
Public operatorStatic member(String to Card) 
Top
Fields
 NameDescription
Public fieldStatic memberCardInfoFieldNumberField number for the "card_info" field.
Public fieldStatic memberCardIpFieldNumberField number for the "card_ip" field.
Public fieldStatic memberSerialNumberFieldNumberField number for the "serial_number" field.
Top
See Also