MC-Basic:GETENTRYPRIORITY

From SoftMC-Wiki
Revision as of 16:10, 13 December 2010 by Arwiebe (talk | contribs) (1 revision)
Jump to: navigation, search

Returns the priority value  of the specified entry station .

Short form

GETEP

Syntax

?GETEP ( <entry station type value> )

Availability

Versions AMCS 0.3.7.x and higher

Type

returned  value :                            Long

<entry station type value> :          Long

Range

returned  value :                            1 to 16

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

5 – Etherent3Units       N/A

Scope

Task, Terminal

Limitations

Read Only

Examples

-->?getentrypriority(1)

1

See Also