native rM2M_TimerAdd(funcidx);
Generates a new 1s timer
Parameter
Explanation
funcidx
Index of the public function that should be called up following expiry of the timer
Type of function: public func();
Explanation
Return value
l
OK, if successful
l
ERROR if no valid index was transferred, in the event of an internal error or
if no further timers can be created (maximum number reached)
l
< OK, if another error occurs (see "Return codes for general purposes" in
chapter "Constants" on page 118).
native rM2M_TimerRemove(funcidx);
Removes a 1s timer
Parameter
Explanation
funcidx
Index of the public function of the timer that should be removed
Type of function: public func();
Explanation
Return value
l
OK, if successful
l
ERROR, if no valid index was transferred or in the event of an internal error
l
< OK, if another error occurs (see "Return codes for general purposes" in
chapter "Constants" on page 118).
122
Rev. 05
Summary of Contents for myDatalogEASY V3
Page 2: ......
Page 13: ...Chapter 2 Declaration of conformity Chapter 2 Declaration of conformity Rev 05 13 ...
Page 14: ......
Page 42: ......
Page 76: ......
Page 88: ......
Page 102: ......
Page 110: ......
Page 116: ......
Page 234: ......
Page 244: ......
Page 252: ......
Page 254: ......
Page 266: ......
Page 276: ......