Difference between revisions of "MC-Basic:ENTRYSTATIONTYPE"

From SoftMC-Wiki
Jump to: navigation, search
Line 41: Line 41:
 
* [[MC-Basic:REDIRECTSTDOUT|REDIRECTSTDOUT]]
 
* [[MC-Basic:REDIRECTSTDOUT|REDIRECTSTDOUT]]
 
* [[MC-Basic:GETENTRYPRIORITY|GETENTRYPRIORITY]]
 
* [[MC-Basic:GETENTRYPRIORITY|GETENTRYPRIORITY]]
* [[Axystems:MC-Basic:SETENTRYPRIORITY|SETENTRYPRIORITY]]
+
* [[MC-Basic:SETENTRYPRIORITY|SETENTRYPRIORITY]]
  
  
 
}}
 
}}

Revision as of 08:40, 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