hello
Dependents: nespresso_demo nespresso_endpoint EnvoyNespressoEndpointColorDetectorV2
Fork of nsdl by
Diff: sn_nsdl_lib.h
- Revision:
- 2:05e4cd1a1542
- Parent:
- 1:c9d755d3429a
--- a/sn_nsdl_lib.h Mon Jul 14 10:44:34 2014 +0000 +++ b/sn_nsdl_lib.h Mon Jul 14 12:33:59 2014 +0000 @@ -37,6 +37,9 @@ uint8_t *lifetime_ptr; /**< Endpoint lifetime in seconds. eg. "1200" = 1200 seconds */ uint8_t lifetime_len; + uint8_t *binding_type_ptr; /**< Binding type parameter */ + uint8_t binding_type_len; + } sn_nsdl_ep_parameters_s; /**