ToCoNet_vMacStart()
Explanation
Initialization process of MAC layer.
It is usually written at the end of the second call processing part with TRUE
argument in cbAppColdStart()
, cbAppWarmStart()
at startup.
For calls other than cbAppColdStart()
and cbAppWarmStart()
, the internal design is not such that problems can occur, but the behavior is undefined. If necessary, it is recommended to perform a sleep and then perform radio transmission after the sleep is restored.
Argument
None.
Returns
None.
Sample code
最終更新