|
Digi XBee(R) ANSI C Host Library
|
Data Fields | |
| const uint8_t FAR * | buffer |
| Source data to write to attribute. | |
| int16_t | buflen |
Number of bytes in buffer. | |
| uint8_t | flags |
| Parsing flags (see ZCL_ATTR_WRITE_FLAG_* macros for valid flags). | |
| uint8_t | status |
| Set to #ZCL_STATUS_SUCCESS if data is valid, or some other ZCL_STATUS_* macro if there's an error. More... | |
| uint8_t status |
Set to #ZCL_STATUS_SUCCESS if data is valid, or some other ZCL_STATUS_* macro if there's an error.
Referenced by _zcl_comm_startup_control_set(), _zcl_time_time_set(), _zcl_write_attributes(), zcl_decode_attribute(), zcl_parse_attribute_record(), and zcl_process_read_attr_response().
1.8.11