You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm trying to work out how to get a COSEMClientEngine-derived class to handle the async connection event of a TCPWrapper transport, but I don't see any mechanism by which that is exposed by COSEMClient.
the ClientApp example shows calling m_pSocket->Open(), and then m_pClientEngine->Open() as separate commands, but I need to be able to link the two automatically when the connection opens.
The text was updated successfully, but these errors were encountered:
i'm trying to work out how to get a
COSEMClientEngine
-derived class to handle the async connection event of aTCPWrapper
transport, but I don't see any mechanism by which that is exposed byCOSEMClient
.the
ClientApp
example shows callingm_pSocket->Open()
, and thenm_pClientEngine->Open()
as separate commands, but I need to be able to link the two automatically when the connection opens.The text was updated successfully, but these errors were encountered: