Show / Hide Table of Contents

    Class ReliableDataIndication

    This HCI message is sent to the host after reception of a reliable radio packet containing application payload. The device will acknowledge the reception with a set Ack-Bit in the next reliable/unreliable uplink radio packet to the network server.

    Inheritance
    System.Object
    HciMessage
    RxHciMessage
    LoRaWanRxHciMessage
    DataIndication
    ReliableDataIndication
    Inherited Members
    DataIndication.Port
    DataIndication.ApplicationPayload
    DataIndication.IsAcknowledgement
    DataIndication.ChannelIndex
    DataIndication.DataRate
    DataIndication.RelativeSignalStrengthIndicator
    DataIndication.SignalToNoiseRatio
    DataIndication.RxSlot
    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 ReliableDataIndication : DataIndication

    Constructors

    | Improve this Doc View Source

    ReliableDataIndication(IList<Byte>)

    Initializes a new instance of the ReliableDataIndication class.

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

    the payload.

    Methods

    | Improve this Doc View Source

    ToString()

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