NAME
RtdHandoverSelector
DESCRIPTION
Represents a Ndef Record that stores an Handover Selector
SYNOPSIS
RtdHandoverSelector handoverSelector = new RtdHandoverSelector() RtdHandoverSelector handoverSelector = new RtdHandoverSelector(byte[] payload, ref byte[] buffer, ref int next_ndef_starting_point) RtdHandoverSelector handoverSelector = new RtdHandoverSelector(RtdAlternativeCarrier[] alternative_carrier, AbsoluteUri[] absolute_uri) RtdHandoverSelector handoverSelector = new RtdHandoverSelector(RtdAlternativeCarrier alternative_carrier, AbsoluteUri absolute_uri)
DERIVED FROM
Rtd
SYNOPSIS
public RtdAlternativeCarrier[] AlternativeCarriers
DESCRIPTION
Gets the Alternative Carriers of this Handover Selector record
SYNOPSIS
public virtual bool Encode(ref byte[] buffer)
DESCRIPTION
Serializes the Handover Selector Record and also concatenates the serialized Absolute Uris, referenced by the Alternative Carrier Records Returns true if it succeeds, false otherwise
SYNOPSIS
public AbsoluteUri[] RelatedAbsoluteUris
DESCRIPTION
Gets the related absolute URIs of this Handover Selector record. These absolute URIs are those which are referenced by all the Carrier Data References and Auxiliary Data References of all the Alternative Carrier Records of his Handover Selector.