Enumerations

enum  lns_ctrl_pt_t {
  LNS_CTRL_PT_TRACE_STATUS_GET = 0x01,
  LNS_CTRL_PT_TRACE_INFO_DUMP,
  LNS_CTRL_PT_TRACE_INFO_CLEAR
}
 Log Notification Service Control Point. More...
 
enum  lns_evt_type_t {
  LNS_EVT_INVALID,
  LNS_EVT_LOG_INFO_NTF_ENABLE,
  LNS_EVT_LOG_INFO_NTF_DISABLE,
  LNS_EVT_CTRL_PT_IND_ENABLE,
  LNS_EVT_CTRL_PT_IND_DISABLE,
  LNS_EVT_TRACE_STATUS_GET,
  LNS_EVT_TRACE_INFO_DUMP,
  LNS_EVT_TRACE_INFO_CLEAR
}
 Log Notification Service event type. More...
 

Detailed Description

Enumeration Type Documentation

◆ lns_ctrl_pt_t

Log Notification Service Control Point.

Enumerator
LNS_CTRL_PT_TRACE_STATUS_GET 

Get trace info status.

LNS_CTRL_PT_TRACE_INFO_DUMP 

Dump saved trace info.

LNS_CTRL_PT_TRACE_INFO_CLEAR 

Clear trace information.

Definition at line 79 of file lns.h.

◆ lns_evt_type_t

Log Notification Service event type.

Enumerator
LNS_EVT_INVALID 

Invalid lns event type.

LNS_EVT_LOG_INFO_NTF_ENABLE 

Trace Information notification is enabled.

LNS_EVT_LOG_INFO_NTF_DISABLE 

Trace Information notification is disabled.

LNS_EVT_CTRL_PT_IND_ENABLE 

Log Control Point indiaction is enabled.

LNS_EVT_CTRL_PT_IND_DISABLE 

Log Control Point indiaction is disabled.

LNS_EVT_TRACE_STATUS_GET 

Get log status.

LNS_EVT_TRACE_INFO_DUMP 

Get trace information.

LNS_EVT_TRACE_INFO_CLEAR 

Clear trace information.

Definition at line 87 of file lns.h.