+ Collaboration diagram for Enumerations:

Enumerations

enum  dis_c_evt_type_t { DIS_C_EVT_INVALID, DIS_C_EVT_DISCOVERY_COMPLETE, DIS_C_EVT_DISCOVERY_FAIL, DIS_C_EVT_DEV_INFORMATION_READ_RSP }
 Device Information Service Client event type. More...
 
enum  dis_c_char_type_t {
  DIS_C_SYS_ID, DIS_C_MODEL_NUM, DIS_C_SERIAL_NUM, DIS_C_HW_REV,
  DIS_C_FW_REV, DIS_C_SW_REV, DIS_C_MANUF_NAME, DIS_C_CERT_LIST,
  DIS_C_PNP_ID, DIS_C_CHARACTER_NB
}
 Device Information Service Client characteristic type. More...
 

Detailed Description

Enumeration Type Documentation

◆ dis_c_char_type_t

Device Information Service Client characteristic type.

Enumerator
DIS_C_SYS_ID 

System ID characteristic.

DIS_C_MODEL_NUM 

Model Number String characteristic.

DIS_C_SERIAL_NUM 

Serial Number String characteristic.

DIS_C_HW_REV 

Hardware Revision String characteristic.

DIS_C_FW_REV 

Firmware Revision String characteristic.

DIS_C_SW_REV 

Software Revision String characteristic.

DIS_C_MANUF_NAME 

Manufacturer Name String characteristic.

DIS_C_CERT_LIST 

IEEE 11073-20601 Regulatory Certification Data List characteristic.

DIS_C_PNP_ID 

PnP ID characteristic.

DIS_C_CHARACTER_NB 

Number of all Device Information Service characteristics.

Definition at line 98 of file dis_c.h.

◆ dis_c_evt_type_t

Device Information Service Client event type.

Enumerator
DIS_C_EVT_INVALID 

DIS Client invalid event.

DIS_C_EVT_DISCOVERY_COMPLETE 

DIS Client has found Device Information Service and its characteristics.

DIS_C_EVT_DISCOVERY_FAIL 

DIS Client found DIS service failed because of invalid operation or no found at the peer.

DIS_C_EVT_DEV_INFORMATION_READ_RSP 

DIS Client has received device information value read response.

Definition at line 89 of file dis_c.h.