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 --- ucs2-lib/doc/html/struct_ucs___signature__t.html | 173 +++++++++++++++++++++++ 1 file changed, 173 insertions(+) create mode 100644 ucs2-lib/doc/html/struct_ucs___signature__t.html (limited to 'ucs2-lib/doc/html/struct_ucs___signature__t.html') diff --git a/ucs2-lib/doc/html/struct_ucs___signature__t.html b/ucs2-lib/doc/html/struct_ucs___signature__t.html new file mode 100644 index 0000000..9abaa0c --- /dev/null +++ b/ucs2-lib/doc/html/struct_ucs___signature__t.html @@ -0,0 +1,173 @@ + + + + + +UNICENS: Ucs_Signature_t Struct Reference + + + + + + + + + + + + + + + +
+
+
+ + + + + + + +
Logo +
UNICENS V2.1.0-3491
+
User Manual and API Reference
+ +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
Ucs_Signature_t Struct Reference
+
+
+ +

This structure holds the signature of the Hello, Welcome and Signature messages. It supports the signature v1 only. + More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Data Fields

uint16_t node_address
 NodeAddress.
 
uint16_t group_address
 GroupAddress.
 
uint16_t mac_47_32
 MACAddress_47_32.
 
uint16_t mac_31_16
 MACAddress_31_16.
 
uint16_t mac_15_0
 MACAddress_15_0.
 
uint16_t node_pos_addr
 NodePositionAddress.
 
uint16_t diagnosis_id
 DiagnosisID.
 
uint8_t num_ports
 NumberOfPorts.
 
uint8_t chip_id
 ChipID.
 
uint8_t fw_major
 FWVersion_Major.
 
uint8_t fw_minor
 FWVersion_Minor.
 
uint8_t fw_release
 FWVersion_Release.
 
uint32_t fw_build
 FWVersion_Build.
 
uint8_t cs_major
 CSVersion_Major.
 
uint8_t cs_minor
 CSVersion_Minor.
 
uint8_t cs_release
 CSVersion_Release.
 
+

Detailed Description

+

This structure holds the signature of the Hello, Welcome and Signature messages. It supports the signature v1 only.

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