Signal delay - basic version.
static
readonly
OcaClassID ClassID
= 1.1.1.7
Level: 1 Index: 1
Number that uniquely identifies the class. Note that this differs from the object number, which identifies the instantiated object. This property is an override of the OcaRoot property.
Level: 1 Index: 2
Identifies the interface version of the class. Any change to the class definition leads to a higher class version. This property is an override of the OcaRoot property.
OcaTimeInterval
DelayTime
Level: 4 Index: 1
Delay in seconds.
Properties inherited from OcaWorker
Properties inherited from OcaRoot
OcaDelay::GetDelayTime (
)
→ (
OcaTimeInterval
Time, OcaTimeInterval
minTime, OcaTimeInterval
maxTime)
Level: 4 Index: 1
Gets the value of the DelayTime property. The return value indicates whether the property was successfully retrieved.
OcaDelay::SetDelayTime (
OcaTimeInterval
delayTime )
Level: 4 Index: 2
Sets the value of the DelayTime property. The return value indicates whether the property was successfully set.