Show / Hide Table of Contents

    Class NoDataIndication

    This HCI message is sent to the host in case no expected confirmation or data has been received as a result of prior reliable uplink radio packet.

    Inheritance
    System.Object
    HciMessage
    RxHciMessage
    LoRaWanRxHciMessage
    NoDataIndication
    Inherited Members
    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 NoDataIndication : LoRaWanRxHciMessage

    Constructors

    | Improve this Doc View Source

    NoDataIndication(IList<Byte>)

    Initializes a new instance of the NoDataIndication class.

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

    the payload.

    Properties

    | Improve this Doc View Source

    ErrorCode

    Gets errorcode flags, if any.

    Declaration
    public NoDataIndicationErrorCodes ErrorCode { get; }
    Property Value
    Type Description
    NoDataIndicationErrorCodes

    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