ToCoNet_vChConfig()
Explanation
Argument
Returns
Sample code
sToCoNet_AppContext.u8Channel = 25;
ToCoNet_vChConfig();
if (sToCoNet_AppContext.u8Channel != 25) {
// Oops! Channel is not changed to 25.
}最終更新
sToCoNet_AppContext.u8Channel = 25;
ToCoNet_vChConfig();
if (sToCoNet_AppContext.u8Channel != 25) {
// Oops! Channel is not changed to 25.
}最終更新