Jump to content
OMRON Forums

the differce between "AsyncDTCommunication" and "DTCommunication()"?


dzrong

Recommended Posts

Who can tell me the differece between "communication.AsyncGetResponse(commands)" and "communication.GetResponse(commands, out response)" in the example of PowerPmacComLibDemoApp? I mean the differce between "AsyncDTCommunication" and "DTCommunication()". Thanks!
Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

[quote='dzrong' pid='339' dateline='1268371313'] Who can tell me the differece between "communication.AsyncGetResponse(commands)" and "communication.GetResponse(commands, out response)" in the example of PowerPmacComLibDemoApp? I mean the differce between "AsyncDTCommunication" and "DTCommunication()". Thanks! [/quote] If you use AsyncDTCommunication then the caller receives the response data Asynchronously. This is done by sinking data_available event. If you use DTCommunication then it is synchronous communication that means caller will get response on command. Let me know if you need anything! Thanks, Atul
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

×
×
  • Create New...