ToCoNet_Event_Register_State_Machine()
Explanation
Register a user-defined event processing function with the system. This function is executed by cbAppColdStart(TRUE)
.
Argument
Type
Name
Remark
void*
pvFunc
Specify a user-defined event processing function (*1).
Returns
Type
Remark
uint8
Handle number of the user defined event handling function.
Sample code
最終更新