|
@@ -39,7 +39,8 @@ typedef UA_StatusCode (*UA_exchangeEncodeBuffer)(void *handle, UA_Byte **bufPos,
|
|
Is ignored if NULL.
|
|
Is ignored if NULL.
|
|
* @param exchangeHandle Custom data passed into the exchangeCallback.
|
|
* @param exchangeHandle Custom data passed into the exchangeCallback.
|
|
* @return Returns a statuscode whether encoding succeeded. */
|
|
* @return Returns a statuscode whether encoding succeeded. */
|
|
-UA_StatusCode
|
|
|
|
|
|
+//TODO remove UA_EXPORT after we fix issue #1914
|
|
|
|
+UA_StatusCode UA_EXPORT
|
|
UA_encodeBinary(const void *src, const UA_DataType *type,
|
|
UA_encodeBinary(const void *src, const UA_DataType *type,
|
|
UA_Byte **bufPos, const UA_Byte **bufEnd,
|
|
UA_Byte **bufPos, const UA_Byte **bufEnd,
|
|
UA_exchangeEncodeBuffer exchangeCallback,
|
|
UA_exchangeEncodeBuffer exchangeCallback,
|