API Guides > ConceptRT 3.x
IMappingSync Class Referenceabstract

Interface for Sync mapping. More...

Detailed Description

Interface for Sync mapping.

+ Inheritance diagram for IMappingSync:

Public Member Methods

virtual bool WaitIoCycle (Int32 &cycle, TimeSpan timeOut)=0
 Wait on the next cycle. More...
 

Methods Documentation

virtual bool WaitIoCycle ( Int32 cycle,
TimeSpan  timeOut 
)
pure virtual

Wait on the next cycle.

Parameters
cycle[out] Cylce counter.
timeOutThe timeout.
Returns
true if cycle occurs, false if timeout occurs.

Implemented in IoMappingSimulationItemSync, IoMappingNullItemSync, and IoMappingChannelItemSync.