Adding xbee_driver Python files
[iot2.git] / benchmarks / other / XbeePythonDriver / protocol / callback_zdo_bind_request.txt
1
2
3 From Application to driver:
4 ---------------------------
5 type: zdo_bind_request
6 packet_id: <number_to_id_packet>
7 device_address_long: <zigbee_long_address>
8 cluster_id: <cluser_id_to_bind_to>
9 device_endpoint: <endpoint_for_binding>
10
11
12
13 From Driver to Application:
14 ---------------------------
15
16 type: callback_register_ack
17 packet_id: <number_to_id_packet>
18 response: success or fail
19 reason: <blank if success>