From ec59d20bafb3acaaff2bbcab185a074825319e20 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Mon, 12 Jun 2017 11:17:04 +0200 Subject: Update package * use sub module for ucs2-lib (tmp fork from IoT.bzh github) * add packaging for native build Signed-off-by: Ronan Le Martret --- .../doc/html/struct_ucs___network___status__t.html | 152 --------------------- 1 file changed, 152 deletions(-) delete mode 100644 ucs2-lib/doc/html/struct_ucs___network___status__t.html (limited to 'ucs2-lib/doc/html/struct_ucs___network___status__t.html') diff --git a/ucs2-lib/doc/html/struct_ucs___network___status__t.html b/ucs2-lib/doc/html/struct_ucs___network___status__t.html deleted file mode 100644 index 1e25766..0000000 --- a/ucs2-lib/doc/html/struct_ucs___network___status__t.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - -UNICENS: Ucs_Network_Status_t Struct Reference - - - - - - - - - - - - - - - -
-
-
- - - - - - - -
Logo -
UNICENS V2.1.0-3491
-
User Manual and API Reference
- -
-
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
Ucs_Network_Status_t Struct Reference
-
-
- -

Structure holds parameters for the notification of the Network Status. - More...

- - - - - - - - -

-Data Fields

Ucs_Network_StatusCb_t cb_fptr
 Network Status callback function. This function reports information on the whole network.
 
uint16_t notification_mask
 Notification mask (optional parameter; default value: 0xFFFF) Indicates for which parameters the notification shall be enabled. If such a bit is set and the corresponding parameter has been changed the notification callback is invoked. This is an optional parameter. If the mask is not modified notifications for all of the parameters are enabled.

- - - - - - - - - - - - - - - - - - - -
Bit Index Value (Hex) Parameter
0 0x01 events
1 0x02 availability
2 0x04 avail_info
3 0x08 avail_trans_cause
4 0x10 node_address
5 0x20 node_position
6 0x40 max_position
7 0x80 packet_bw
-
 
-

Detailed Description

-

Structure holds parameters for the notification of the Network Status.

-
-
- - - - - - -- cgit 1.2.3-korg