跳转至

TExtModuleStatus

扩展模块状态参数结构体

结构体说明:

typedef struct ExtModuleStatus
{
    short active;
    short checkError; 
    short linkError; 
    short packageErrorCount;
    short pad[8];
} TExtModuleStatus;
active:模块使能状态。0:关闭。1:使能。
checkError:模块检测错误状态。0:正常。1:不正常。
linkError:模块通讯状态。0:正常1:不正常。
packageErrorCount:模块错误次数。
pad:保留参数,必须为0。

相关指令:

GTN_GetExtModuleStatus