TABLE OF CONTENTS

 

[Classes] RtdHandoverSelector

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

[Variables] RtdHandoverSelector.AlternativeCarriers

SYNOPSIS

   public RtdAlternativeCarrier[] AlternativeCarriers

DESCRIPTION

  Gets the Alternative Carriers of this Handover Selector record

[Methods] RtdHandoverSelector.Encode

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

[Variables] RtdHandoverSelector.RelatedAbsoluteUris

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.

Generated from RtdHandoverSelector.cs on Tue Oct 15 17:35:16 2013