TABLE OF CONTENTS

 

[Classes] RtdAlternativeCarrier

NAME

   RtdAlternativeCarrier

DESCRIPTION

   Represents an Alternative Carrier Record in a Handover Selector NDEF message

SYNOPSIS

   RtdAlternativeCarrier alternativeCarrier = new RtdAlternativeCarrier()
   RtdAlternativeCarrier alternativeCarrier = new RtdAlternativeCarrier(byte[] payload)
   RtdAlternativeCarrier alternativeCarrier = new RtdAlternativeCarrier(string carrierDateReference, byte carrierPowerState)

DERIVED FROM

   Rtd

USED BY

   RtdHandoverSelector

[Variables] RtdAlternativeCarrier.CarrierDataReference

SYNOPSIS

   public byte CarrierPowerState

DESCRIPTION

   Gets the Carrier Data Reference of the Alternative Carrier

[Variables] RtdAlternativeCarrier.CarrierPowerState

SYNOPSIS

   public byte CarrierPowerState

DESCRIPTION

   Gets the Carrier Power State of the Alternative Carrier

[Methods] RtdAlternativeCarrier.Encode

SYNOPSIS

   public override bool Encode(ref byte[] buffer)

DESCRIPTION

   Serializes first the Carrier Power State, the Carrier Data Reference
   and the auxiliary data references, that will become the payload of the
       RtdAlternativeCarrier. Then, it calls base.Encode to serialize the whole
   content (header).
       Returns true if it succeeds.

Generated from RtdAlternativeCarrier.cs on Wed Dec 04 16:59:52 2013