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 --- ...__s_r_v_ga85a99b5d236b29e2d598bef51edad638.html | 130 +++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 ucs2-lib/doc/html/group___g___u_c_s___i_n_i_t___a_n_d___s_r_v_ga85a99b5d236b29e2d598bef51edad638.html (limited to 'ucs2-lib/doc/html/group___g___u_c_s___i_n_i_t___a_n_d___s_r_v_ga85a99b5d236b29e2d598bef51edad638.html') diff --git a/ucs2-lib/doc/html/group___g___u_c_s___i_n_i_t___a_n_d___s_r_v_ga85a99b5d236b29e2d598bef51edad638.html b/ucs2-lib/doc/html/group___g___u_c_s___i_n_i_t___a_n_d___s_r_v_ga85a99b5d236b29e2d598bef51edad638.html new file mode 100644 index 0000000..3367302 --- /dev/null +++ b/ucs2-lib/doc/html/group___g___u_c_s___i_n_i_t___a_n_d___s_r_v_ga85a99b5d236b29e2d598bef51edad638.html @@ -0,0 +1,130 @@ + + + + + +UNICENS: Ucs_CreateInstance + + + + + + + + + + + + + + + +
+
+
+ + + + + + + +
Logo +
UNICENS V2.1.0-3491
+
User Manual and API Reference
+ +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
+ + + + + + + + +
Ucs_Inst_t* Ucs_CreateInstance (void )
+
+ +

Retrieves a UNICENS API instance.

+

One API instance is used to communicate with one local INIC. In this case the application is connected to one network. It is possible access multiple networks by having multiple API instances. Each API instance requires communication with an exclusive INIC.

+
Returns
Returns a reference to new instance of UNICENS or NULL, if it is not possible to create a further instance. The returned instance must be used as argument self.
+ +
+
+
+
+ + + + + + -- cgit 1.2.3-korg