Show / Hide Table of Contents

    Class ActivationByPersonalisationRequest

    This requesr can be used to activate the device. The passed parameters will be stored in a non-volatile memory.

    Inheritance
    System.Object
    HciMessage
    TxHciMessage
    LoRaWanTxMessage
    ActivationByPersonalisationRequest
    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 ActivationByPersonalisationRequest : LoRaWanTxMessage

    Constructors

    | Improve this Doc View Source

    ActivationByPersonalisationRequest(IList<Byte>, IList<Byte>, IList<Byte>)

    Initializes a new instance of the ActivationByPersonalisationRequest class.

    Declaration
    public ActivationByPersonalisationRequest(IList<byte> deviceAddress, IList<byte> networkSessionKey, IList<byte> applicationSessionKey)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Byte> deviceAddress

    A unique 32-Bit device-address, used for radio communication within a network.

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

    A device-specific 128-Bit network session key used for MIC calculation and verification.

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

    A device-specific 128-Bit application session key used to encrypt and decrypt the payload field of application specific messages.

    | Improve this Doc View Source

    ActivationByPersonalisationRequest(String, String, String)

    Initializes a new instance of the ActivationByPersonalisationRequest class.

    Declaration
    public ActivationByPersonalisationRequest(string deviceAddress, string networkSessionKey, string applicationSessionKey)
    Parameters
    Type Name Description
    System.String deviceAddress

    A unique 32-Bit device-address, used for radio communication within a network formatted as a Hex-string.

    System.String networkSessionKey

    A device-specific 128-Bit network session key used for MIC calculation and verification formatted as a Hex-string.

    System.String applicationSessionKey

    A device-specific 128-Bit application session key used to encrypt and decrypt the payload field of application specific messages formatted as a Hex-string.

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