Show / Hide Table of Contents

    Class ReliableDataTransmitIndication

    This HCI message is sent to the host after the radio packet has been sent.

    Inheritance
    System.Object
    HciMessage
    RxHciMessage
    LoRaWanRxHciMessage
    DataTransmitIndication
    ReliableDataTransmitIndication
    Inherited Members
    DataTransmitIndication.RadioPacketSent
    DataTransmitIndication.ChannelIndex
    DataTransmitIndication.DataRate
    DataTransmitIndication.TransmittedRadioPackets
    DataTransmitIndication.TransmitPowerLevel
    DataTransmitIndication.MessageAirTimeMillis
    DataTransmitIndication.ExtendedFormat
    LoRaWanRxHciMessage.MessageIdentifier
    RxHciMessage.EndpointIdentifier
    RxHciMessage.Payload
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: FosterBuster.IU880B.Messaging.Rx.LoRaWAN.Data
    Assembly: IU880B.dll
    Syntax
    public sealed class ReliableDataTransmitIndication : DataTransmitIndication

    Constructors

    | Improve this Doc View Source

    ReliableDataTransmitIndication(IList<Byte>)

    Initializes a new instance of the ReliableDataTransmitIndication class.

    Declaration
    public ReliableDataTransmitIndication(IList<byte> payload)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Byte> payload

    the payload.

    Properties

    | Improve this Doc View Source

    MaximumNumberOfRetransmissionsReached

    Gets a value indicating whether or not maximum number of retransmissions reached (error).

    Declaration
    public bool MaximumNumberOfRetransmissionsReached { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    MaximumPayloadSizeExceededForCurrentDataRate

    Gets a value indicating whether or not maximum payload size exceeded for current data rate (error).

    Declaration
    public bool MaximumPayloadSizeExceededForCurrentDataRate { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX