Show / Hide Table of Contents

    Class DataMessageResponse

    Superclass for Data Message Responses.

    Inheritance
    System.Object
    HciMessage
    RxHciMessage
    LoRaWanRxHciMessage
    DataMessageResponse
    ReliableDataMessageResponse
    UnreliableDataMessageResponse
    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 abstract class DataMessageResponse : LoRaWanRxHciMessage

    Constructors

    | Improve this Doc View Source

    DataMessageResponse(LoRaWanMessageIdentifier, IList<Byte>)

    Initializes a new instance of the DataMessageResponse class.

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

    the identifier.

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

    the payload.

    Properties

    | Improve this Doc View Source

    BlockedByDutyCycle

    Gets a value indicating whether or not the channel was blocked by duty cycle.

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

    Status

    Gets the status relayed in this message.

    Declaration
    public ResponseStatus Status { get; }
    Property Value
    Type Description
    ResponseStatus
    | Improve this Doc View Source

    TimeUntilChannelAvailableMillis

    Gets the time [ms] remaining till channel available (sent if channel blocked by Duty Cycle).

    Declaration
    public int? TimeUntilChannelAvailableMillis { get; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    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