|
@@ -183,15 +183,15 @@ struct UA_ServerNetworkLayer {
|
|
/**
|
|
/**
|
|
* Client Network Layer
|
|
* 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
|
|
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
|
|
* Endpoint URL Parser
|