Show / Hide Table of Contents

    Enum NoDataIndicationErrorCodes

    Errorcodes possibly present in a No Data Indication.

    Namespace: FosterBuster.IU880B.Messaging.Rx.LoRaWAN.Data
    Assembly: IU880B.dll
    Syntax
    [Flags]
    public enum NoDataIndicationErrorCodes

    Fields

    Name Description
    ExpectedAckMissing

    Expected ACK missing

    None

    No error

    UnexpectedFcountReceived

    Unexpected FCnt received

    WrongDeviceAddressReceived

    Wrong Device Address received

    WrongDownLinkReceived

    Wrong downlink received

    WrongMacCommandsReceived

    Wrong MAC commands received (e.g. MAC commands simultaneously present in the payload field and the frame options field)

    WrongMicReceived

    Wrong MIC received

    WrongMtypeReceived

    Wrong MType received

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