Show / Hide Table of Contents

    Class NetworkStatusResponse

    Response to a NetworkStatusRequest.

    Inheritance
    System.Object
    HciMessage
    RxHciMessage
    LoRaWanRxHciMessage
    NetworkStatusResponse
    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.Configuration
    Assembly: IU880B.dll
    Syntax
    public sealed class NetworkStatusResponse : LoRaWanRxHciMessage

    Constructors

    | Improve this Doc View Source

    NetworkStatusResponse(IList<Byte>)

    Initializes a new instance of the NetworkStatusResponse class.

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

    the payload.

    Properties

    | Improve this Doc View Source

    DataRate

    Gets the current Data rate (spreading factor) of the device.

    Declaration
    public DataRateIndex? DataRate { get; }
    Property Value
    Type Description
    System.Nullable<DataRateIndex>
    | Improve this Doc View Source

    DeviceActive

    Gets a value indicating whether the device is active on the network or not.

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

    DeviceAddress

    Gets the device address.

    Declaration
    public byte[] DeviceAddress { get; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    DeviceJoining

    Gets a value indicating whether the device is currently joining the network.

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

    MaximumPayloadSize

    Gets current maximum payload size of the device.

    Declaration
    public int? MaximumPayloadSize { get; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    NetworkStatus

    Gets the status of the network.

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

    PowerLevel

    Gets the current Power Level (EIRP) of the device in dBm.

    Declaration
    public int? PowerLevel { get; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    Status

    Gets the status of the response.

    Declaration
    public ResponseStatus Status { get; }
    Property Value
    Type Description
    ResponseStatus

    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