OpcUaServerGetApplicationDescription (FUN)ΒΆ
FUNCTION OpcUaServerGetApplicationDescription : RTS_IEC_RESULT
Get the ApplicationDescription of the OPC UA Server.
- InOut:
Scope
Name
Type
Comment
Return
OpcUaServerGetApplicationDescription
RTS_IEC_RESULT
Result of the operation. ERR_PARAMETER if pServerInfo was NULL. ERR_FAILED if copying the description failed. ERR_OK if everything went fine.
Output
serverInfo
OpcUa_ApplicationDescription
Pointer where to copy the ApplicationDescription. ApplicationDescription will be cleared before copying to it. The caller is responsible to clear the description if not needed anymore.