跳转至

TDlmFunction

函数信息结构体

结构体说明:

typedef struct TDlmFunction
{
    short function;
    short enable;
    long value;
} TDlmFunction;
function:挂接函数的类型。
DLM_FUNCTION_COMMAND(3):传输数据参数类型。
DLM_FUNCTION_BACKGROUND(2):挂接在背景任务。
enable:挂接函数使能状态。1:使能 0:未使能。
value:挂接函数参数。

相关指令:

GTN_GetDlmFunction