Show / Hide Table of Contents

    Class SetJoinParametersRequest

    This request can be used to configure the over-the-air activation parameters which are used during the join procedure.

    Inheritance
    System.Object
    HciMessage
    TxHciMessage
    LoRaWanTxMessage
    SetJoinParametersRequest
    Inherited Members
    LoRaWanTxMessage.MessageIdentifier
    TxHciMessage.EndpointIdentifier
    TxHciMessage.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.Tx.LoRaWAN.Activation
    Assembly: IU880B.dll
    Syntax
    public sealed class SetJoinParametersRequest : LoRaWanTxMessage

    Constructors

    | Improve this Doc View Source

    SetJoinParametersRequest(IList<Byte>, IList<Byte>)

    Initializes a new instance of the SetJoinParametersRequest class.

    Declaration
    public SetJoinParametersRequest(IList<byte> applicationEui, IList<byte> applicationKey)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Byte> applicationEui

    A globally unique 64-Bit application ID.

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

    A device-specific 128-Bit AES application key.

    | Improve this Doc View Source

    SetJoinParametersRequest(String, String)

    Initializes a new instance of the SetJoinParametersRequest class.

    Declaration
    public SetJoinParametersRequest(string applicationEui, string applicationKey)
    Parameters
    Type Name Description
    System.String applicationEui

    A globally unique 64-Bit application ID as a Hex-formatted string.

    System.String applicationKey

    A device-specific 128-Bit AES application key as a Hex-formatted string.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX