Kaynağa Gözat

improve networking docs

Julius Pfrommer 6 yıl önce
ebeveyn
işleme
2b81778319
1 değiştirilmiş dosya ile 7 ekleme ve 7 silme
  1. 7 7
      include/ua_plugin_network.h

+ 7 - 7
include/ua_plugin_network.h

@@ -183,15 +183,15 @@ struct UA_ServerNetworkLayer {
 /**
  * Client Network Layer
  * --------------------
- * The client has only a single connection. The connection is used for both
- * sending and receiving binary messages.
- * @param localConf the connection config for this client
- * @param endpointUrl to where to connect
- * @param timeout in ms until the connection try times out if remote not reachable
- * */
+ * The client has only a single connection used for sending and receiving binary
+ * messages. */
 
+/* @param localConf the connection config for this client
+ * @param endpointUrl to where to connect
+ * @param timeout in ms until the connection try times out if remote not reachable */
 typedef UA_Connection
-(*UA_ConnectClientConnection)(UA_ConnectionConfig localConf, const char *endpointUrl, const UA_UInt32 timeout);
+(*UA_ConnectClientConnection)(UA_ConnectionConfig localConf, const char *endpointUrl,
+                              const UA_UInt32 timeout);
 
 /**
  * Endpoint URL Parser