Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 6f - 10-net - who http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 6F - 10-NET - WHO
        AH = 0Dh
        AL = type code
            01h return superstations only
            02h return non-superstations only
            otherwise return all
        CX = length of data
        DS:DX -> array of records to be filled (see below)
Return: CL = number of records returned (responding stations)

Format of station record:
Offset  Size    Description
 00h 12 BYTEs   node ID
 0Ch    BYTE    flags
                bit 1 = workstation
                    2 = superstation
                    3 = xgate
                    4 = active gate
---if AL = 01h---
 0Dh    BYTE    version number
        WORD    level number of 10Net software in responding node
---if AL = 02h---
 0Dh  8 BYTEs   user ID
 15h    BYTE    version number
 16h    WORD    level number

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