Peripheral Devices
566 9836 3521 01
8.14.4.34 SubscribeEvent
Description: Subscribe for TC Events. When new TC Event arrives an ActiveX event is raised. Any
registered functions of type RecNewEvent will be called.
Return type: A RetCodeEnum value.
Syntax: object.SubscribeEvent(OnOff)
Set 1 to switch subscription on. Set 0 to switch off.
8.14.4.35 RecNewEvent
Description: Format for ActiveX event function that will be called when TC Event arrives and subscription
is switched on..
Return type: -.
Syntax: Event RecNewEvent(EventObj)
Event data object containing all event information.
8.14.4.36 FlushEventQueue
Description: Flush the Event queue.
Return type: A RetCodeEnum value.
Syntax: object.FlushEventQueue()
The Api object to operate on.
8.14.4.37 RewindEventQueue
Description: Rewind the Event queue.
Return type: A RetCodeEnum value.
Syntax: object.RewindEventQueue()
The Api object to operate on.