User`s manual
IA261/262 WinCE User’s Manual CANopen Library
B-30
y Syntax
TIMER_HANDLE moxa_DelAlarm (TIMER_HANDLE handle)
y Parameters
Handle: [input] timer handle.
y Return Values
-1.
48. moxa_StartTimerLoop
Use this to start timer loop.
y Syntax
void moxa_StartTimerLoop (TimerCallback_t init_callback)
y Parameters
init_callback:[input] the callback function.
y Return Values
None.
49. moxa_StopTimerLoop
Use this to stop timer loop.
y Syntax
void moxa_StopTimerLoop (void)
y Parameters
None.
y Return Values
None.
50. moxa_canSend
Send CAN message.
y Syntax
UNS8 moxa_canSend (CAN_PORT port, Message *m)