IOPCUAClientConnectionCallback.GetUserCredentials
(METH)
METHOD GetUserCredentials : OpcUa_StatusCode
This callback is called when user credentials are needed to connect to the UA server.
- InOut:
Scope
Name
Type
Comment
Return
GetUserCredentials
OpcUa_StatusCode
Input
hConnection
RTS_IEC_HANDLE
Handle to the UA connection.
pUserToken
POINTER TO OPCUAClientUserToken
Pointer to the user token data structure that needs to be filled up. Don’t return your own pointer here.