Open codebuks opened 6 years ago
i got it, following functions in mms_client_connection.h
may help me, i will have a try.
MmsConnection_readMultipleVariables
MmsConnection_writeMultipleVariables
I will add such functions to the 61850 API also so that the variable names don't need to be converted. But these functions (MmsConnection_...) are more efficient.
How to read or write multi dataObject,there is only
IedConnection_readObject
IedConnection_writeObject
function in the client side.