MC-Basic:SETENTRYPRIORITY/zh-hans

From SoftMC-Wiki
Jump to: navigation, search
语言: English  • 中文(简体)‎

缩写

SETEP

格式

SETEP Type = <entry station type value> Priority = <priority value>

适用版本

从版本3.7.x起

描述

设置指定入口位置的优先级。建议设置成2至16。 即使该数值设置成小于2的数,操作系统的TCP/IP 堆层仍然运行在优先级2。

类型

<entry station type value> :          Long

<priority value> :                          Long

取值范围

<entry station type value> :          1 – Ethernet
                         3 – Virtual Entry Station
                         4 – Etherent2
                         5 – Etherent3

<priority value> ::              1 to 16

单位

默认值

<priority value> :              2

使用范围

配置器, 任务区, 终端

限制

例子

-->setep type = 1 priority = 3

-->?getentrypriority(1)

3

参见