Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Book 4-Appendices - <b>nnetstaid()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETSTAID()
 Determines the ID of a station (network card)
------------------------------------------------------------------------------
 Syntax

     NNETSTAID() --> cStationID

     Netware: 2.2 and 3.11

 Returns

     NNETSTAID() returns a network station ID as a 12-character string.

 Description

     NOVELL NET STATION ID
     This function returns the ID of the network adapter that is built into
     the station.  In the case of an Ethernet card, this ID is the full 12
     characters in length; it is guaranteed that this code is unique.  With
     other types of network cards, and frequently with Ethernet clones, this
     ID depends upon the DIP switch settings on the adapter.  These switches
     must have different settings for each adapter within a network.

 Note

     .  If an ID is shorter than 12 characters, the empty places in
        the character string are filled with zeroes, starting from the left.

 Example

     Determine the station ID:

     ? NNETSTAID()         // e.g. "000F71100123"

See Also: NNETSTANUM() NNETUSERID()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson