Confidential & Proprietary Information
7.2.3 Read Transmitter Notify Flags via NUS, UART.
AT+TXNSF?
7.2.4 Set Transmitter Notify Flags via Configuration Service
AT+TAXNSF =<
transmitterNotifyFlags>
7.2.5 Read Transmitter Notify Flags via Configuration Service
AT+TAXNSF?
Example:
• To receive Transmitter Activation and Temperature detected event notification, the valid command to activate
notification AT+TXNSF = 34.
• To receive all Transmitter event notifications, the valid command to activate all notifications AT+TXNSF = 2047.
• AT+TXNSF = 2048 will return ERROR.
7.3 MESSAGE QUEUE EVENT NOTIFICATION SETTINGS
Supported Transmitter Event notifications code <messageQueueNotifyFlags>
• MESSAGE_QUEUE_NOTIFY_FLAGS_MESSAGE_QUEUED = 1
• MESSAGE_QUEUE_NOTIFY_FLAGS_MESSAGE_TRANSMITTED = 2
• MESSAGE_QUEUE_NOTIFY_FLAGS_MESSAGE_DEQUEUED = 4
• MESSAGE_QUEUE_NOTIFY_FLAGS_RAS_EXCEPTION = 8
• MESSAGE_QUEUE_NOTIFY_FLAGS_TEMP_EXCEPTION = 16
• MESSAGE_QUEUE_NOTIFY_FLAGS_UNDERTEMP_EXCEPTION = 32
• MESSAGE_QUEUE_NOTIFY_FLAGS_POWER_EXCEPTION = 64
7.3.1 Set Message Queue Notify Flags via NUS, UART
AT+QNSF = <messageQueueNotifyFlags>
7.3.2 Read Message Queue Notify Flags via NUS, UART
AT+QNSF?
Response
+ QNSF: <messageQueueNotifyFlags>
7.3.3 Set Message Queue Notify Flags via Configuration Service
AT+QANSF = <messageQueueNotifyFlags>
7.3.4 Read Message Queue Notify Flags via Configuration Service
AT+QANSF?
Response
+ QNSF: <messageQueueNotifyFlags>
Example:
• To receive Message transmitted and Message dequeued event notification, the valid command to activate
notification AT+QNSF = 6.
• To receive all Message Queue event notifications, the valid command to activate all notifications AT+QNSF = 127.
• To receive all Transmitter event notifications over configuration service, the valid command to activate all
notifications AT+QANSF = 127.
• AT+QNSF = 128 will return ERROR.