ToCoNet_vMacStart()
Explanation
Argument
Returns
Sample code
void cbAppWarmStart(bool_t bStart) {
if (!bStart) {
// very initial call
} else {
// initializing...
// finally start the MAC layer
ToCoNet_vMacStart();
}
}最終更新