|
|
|
|
@ -266,6 +266,16 @@ IedConnection_setRequestTimeout(IedConnection self, uint32_t timeoutInMs);
|
|
|
|
|
LIB61850_API uint32_t
|
|
|
|
|
IedConnection_getRequestTimeout(IedConnection self);
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* \brief get current InvokeId
|
|
|
|
|
*
|
|
|
|
|
* \param self the connection object
|
|
|
|
|
*
|
|
|
|
|
* \return current InvokeId
|
|
|
|
|
*/
|
|
|
|
|
LIB61850_API uint32_t
|
|
|
|
|
IedConnection_getInvokeId(IedConnection self);
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* \brief Set the time quality for all timestamps generated by this IedConnection instance
|
|
|
|
|
*
|
|
|
|
|
|