Show / Hide Table of Contents

    Class LoRaWanRxHciMessage

    A message received from the LoRaWAN SAP.

    Inheritance
    System.Object
    HciMessage
    RxHciMessage
    LoRaWanRxHciMessage
    ActivationByPersonalisationResponse
    JoinNetworkIndication
    JoinNetworkPacketTransmitIndication
    OverTheAirActivationResponse
    SetJoinParametersResponse
    ConfigureRadioStackResponse
    NetworkStatusResponse
    DataIndication
    DataMessageResponse
    DataTransmitIndication
    NoDataIndication
    Inherited Members
    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)
    System.Object.ToString()
    Namespace: FosterBuster.IU880B.Messaging.Rx
    Assembly: IU880B.dll
    Syntax
    public abstract class LoRaWanRxHciMessage : RxHciMessage

    Constructors

    | Improve this Doc View Source

    LoRaWanRxHciMessage(LoRaWanMessageIdentifier, IList<Byte>)

    Initializes a new instance of the LoRaWanRxHciMessage class.

    Declaration
    protected LoRaWanRxHciMessage(LoRaWanMessageIdentifier identifier, IList<byte> payload)
    Parameters
    Type Name Description
    LoRaWanMessageIdentifier identifier

    The identifier of this message.

    System.Collections.Generic.IList<System.Byte> payload

    the payload.

    Properties

    | Improve this Doc View Source

    MessageIdentifier

    Gets the message identifier.

    Declaration
    public override sealed byte MessageIdentifier { get; }
    Property Value
    Type Description
    System.Byte
    Overrides
    RxHciMessage.MessageIdentifier
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX