ToCoNet_vDebugLevel()
解説
引数
型
名前
詳細
戻り値
サンプル
// get a serial input byte.
case 'd': case 'D':
_C {
static uint8 u8DgbLvl;
u8DgbLvl++;
if(u8DgbLvl > 5) u8DgbLvl = 0;
ToCoNet_vDebugLevel(u8DgbLvl);
vfPrintf(&sSerStream, "set NwkCode debug level to %d.", u8DgbLvl);
}
break;最終更新