enum io.DeviceMonitorMiMsgCode

enum DeviceMonitorMiMsgCode {
    Error,
    Start,
    Notification,
    _Last        = Notification,
};