INT 6F - 10-NET - WHO                             
  
    | 
       Input  | 
    
       Output  | 
   
  
    | 
       AX 
     | 
    0Dh | 
    Type Code | 
      | 
      | 
    AX | 
   
  
    | 
       BX 
     | 
      | 
      | 
      | 
      | 
    BX | 
   
  
    | 
       CX 
     | 
     Length
      of Data | 
      | 
    Records
      Returned | 
    CX | 
   
  
    | 
         
     | 
      | 
      | 
      | 
      | 
    DX | 
   
  
    | DS:DX | 
    Destination
      for Data | 
      | 
    CF | 
   
 Type Code:      01h Return superstations only
                02h Return non-superstations only
                    otherwise return all
Table Layout:
                12 BYTEs node ID
                   BYTE  flags
  
  
    
      | Flags | 
     
    
      | Bit | 
      Dec | 
      Hex | 
       Description | 
     
    
      | 0 | 
      1 | 
      01h | 
        | 
     
    
      | 1 | 
      2 | 
      02h | 
       workstation | 
     
    
      | 2 | 
      4 | 
      04h | 
       superstation | 
     
    
      | 3 | 
      8 | 
      08h | 
       xgate | 
     
    
      | 4 | 
      16 | 
      10h | 
       active gate | 
     
    
      | 5 | 
      32 | 
      20h | 
        | 
     
    
      | 6 | 
      64 | 
      40h | 
        | 
     
    
      | 7 | 
      128 | 
      80h | 
        | 
     
   
  
 
                (if AL=01h, record continues)
                   BYTE  version number
                   WORD  level number of 10Net software in responding node
                (if AL=02h, record continues)
                 8 BYTEs user ID
                   BYTE  version number
                   WORD  level number |