OpcUaServerGetApplicationDescription (FUN)ΒΆ
FUNCTION OpcUaServerGetApplicationDescription : RTS_IEC_RESULT
Get the ApplicationDescription of the OPC UA Server.
- InOut:
Scope
Name
Type
Comment
Return
OpcUaServerGetApplicationDescriptionRTS_IEC_RESULTResult of the operation. ERR_PARAMETER if pServerInfo was NULL. ERR_FAILED if copying the description failed. ERR_OK if everything went fine.
Output
serverInfoOpcUa_ApplicationDescriptionPointer 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.