Difference between revisions of "MC-Basic:ENTRYSTATIONTYPE"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:ENTRYSTATIONTYPE to MC-Basic:ENTRYSTATIONTYPE: Global renaming of Axystems: namespace into (Main):)
Line 40: Line 40:
 
|SEE ALSO=
 
|SEE ALSO=
 
* [[Axystems:MC-Basic:REDIRECTSTDOUT|REDIRECTSTDOUT]]
 
* [[Axystems:MC-Basic:REDIRECTSTDOUT|REDIRECTSTDOUT]]
* [[Axystems:MC-Basic:GETENTRYPRIORITY|GETENTRYPRIORITY]]
+
* [[MC-Basic:GETENTRYPRIORITY|GETENTRYPRIORITY]]
 
* [[Axystems:MC-Basic:SETENTRYPRIORITY|SETENTRYPRIORITY]]
 
* [[Axystems:MC-Basic:SETENTRYPRIORITY|SETENTRYPRIORITY]]
  
  
 
}}
 
}}

Revision as of 08:37, 22 May 2014

Returns type entry station type value .
       1 – Ethernet
       3 – Virtual Entry Station
       4 – Etherent2

Syntax

?ESType

Availability

Since Version 3.7.x

Type

Long

Range

1, 3, 4

Scope

Configuration, Task, Terminal

Limitations

Read Only

Examples

-->?ESTYPE

1

See Also