Explorar o código

update documentation

wuyangtang %!s(int64=9) %!d(string=hai) anos
pai
achega
4e5ff27452
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/ua_server.h

+ 1 - 1
include/ua_server.h

@@ -162,7 +162,7 @@ UA_UInt16 UA_EXPORT UA_Server_addNamespace(UA_Server *server, const char* name);
 /**
  * Datasources are the interface to local data providers. It is expected that
  * the read and release callbacks are implemented. The write callback can be set
- * to null.
+ * to null. The read callback is set to null will result in a BADINTERNALERROR.
  */
 typedef struct {
     void *handle; ///> A custom pointer to reuse the same datasource functions for multiple sources