From d2e42029ec04c3f224580f8007cdfbbfe0fc47a6 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Fri, 26 May 2017 18:45:56 +0200 Subject: Initial Commit --- .../doc/html/struct_ucs___network___status__t.html | 152 +++++++++++++++++++++ 1 file changed, 152 insertions(+) create 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 new file mode 100644 index 0000000..1e25766 --- /dev/null +++ b/ucs2-lib/doc/html/struct_ucs___network___status__t.html @@ -0,0 +1,152 @@ + + + + + +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