IDatasource.EnqueueCustomRequest (METH)
METHOD EnqueueCustomRequest : SysTypes.RTS_IEC_RESULT
Enqueues the given request for sending to the connected device the next time this is possible.
Note
It is possible to call this method without holding locks on the datasources (like IDatasourcesMgr.BeginDataConfiguration)
- InOut:
Scope
Name
Type
Comment
Return
EnqueueCustomRequestSysTypes.RTS_IEC_RESULTReturns a runtime system error code (see CmpErrors.library) or one of Errors representing the result of the operation.
Input
requestThe request that should be sent
finishedCallbackThe callback that should be called once a response is received for the sent request.