Show / Hide Table of Contents

    Enum ResponseStatusIdentifier

    Container for device status bytes and their meaning.

    Namespace: FosterBuster.IU880B.Messaging.Rx
    Assembly: IU880B.dll
    Syntax
    public enum ResponseStatusIdentifier : byte

    Fields

    Name Description
    ChannelBlockedByDutyCycle

    Channel blocked by Duty Cycle

    CommandNotSupported

    Command is not supported

    DeviceBusyCommandRejected

    Device is busy, command rejected

    DeviceNotActivated

    Device is not activated

    Error

    Operation failed

    FactorySettingsEepromBlockMissing

    Factory Settings EEPROM block missing

    HciMessageLengthIsInvalidOrRadioPayloadSizeTooLarge

    HCI message length is invalid or radio payload size is too large

    MessageQueueFullCommandRejected

    Message queue is full, command rejected

    NoChannelAvailable

    No channel available (e.g. no channel defined for the configured spreading factor)

    Ok

    Operation successful

    StackRunningInWrongMode

    Stack is running in a wrong mode

    WrongParameter

    HCI message contains wrong parameter

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