Int 6B Fn 10 - Npc Ncsi Extended Serial I/o - Get Status [S]

AH = 10h
AL = connection ID (Novell TELAPI.EXE)
CX = ???
ES:BX -> buffer for status (see #3401)

Return: CF clear if successful
CL = ???
CH = ???
CF set on error
???

Notes: this function is also supported by TelAPI
when shelled out to an external protocol from Novell NASI, the circuit
whose status indicates that it is connected is the currently active
circuit

See Also: AX=0700h,AH=12h,AH=1Fh

Format of NASI status:
Offset Size Description (Table 3401)
00h BYTE number of allocated virtual circuits
01h BYTE reserved
02h 9 BYTEs states of emulated circuits 0-8
00h idle
01h attached Telnet session, in command state
02h attached Telnet session, connected with host
03h-06h ??? (not returned by TelAPI)

Note: this description is derived from the Novell TelAPI emulation of NASI