- Linux MultiMedia Studio Computer Accessories User Manual
Mint v4 PC Programming Guide
40
MN1278 05.2001
DPR
The install function for DPR events, it accepts a pointer to a function, if this is a NULL pointer the handler is
uninstalled.
typedef void TDPREventHandler (void *pController, __int16 nCode)
__int16 installDPREventHandler (TDPREventHandler *pHandler)
Errors
The install function for error events, it accepts a pointer to a function, if this is a NULL pointer the handler is
uninstalled.
typedef void TErrorEventHandler (void *pController)
__int16 installErrorEventHandler (TErrorEventHandler *pHandler)
Fast Position Latch
The install function for fast position latch events, it accepts a pointer to a function, if this is a NULL pointer the
handler is uninstalled.
typedef void TFastInEventHandler (void *pController)
__int16 installFastInEventHandler (TFastInEventHandler *pHandler)
Digital Input
The install function for digital input events, it accepts a pointer to a function, if this is a NULL pointer the
handler is uninstalled.
typedef void TInputEventHandler (void *pController,
__int16 nBank, __int32 lActivatedInputs)
__int16 installInputEventHandler (TInputEventHandler *pHandler)
Move Buffer Low
The install function for move-buffer-low events, it accepts a pointer to a function, if this is a NULL pointer the
handler is uninstalled.
typedef void TMoveBufferLowEventHandler (void *pController, __int16 nAxisBitPattern)
__int16 installMoveBufferLowEventHandler (TMoveBufferLowEventHandler *pHandler)
Reset
The install function for reset events, it accepts a pointer to a function, if this is a NULL pointer the handler is
uninstalled.
typedef void TResetEventHandler (void *pController, __int16 nCode)
__int16 installResetEventHandler (TResetEventHandler *pHandler)
Serial Recieve
The install function for serial receive events, it accepts a pointer to a function, if this is a NULL pointer the
handler is uninstalled.
typedef void TSerialReceiveEventHandler (void *pController)
__int16 installSerialReceiveEventHandler (TSerialReceiveEventHandler *pHandler)