Previous Topic: Parameter ListNext Topic: Return Codes


Session List

The session list consists of a number of contiguous 20-byte entries, with each entry having the following format:

+0

8-byte session ID

+8

8-byte application ID

+16

1-byte status, where:

X'80'

Last entry in list

X'02'

Active session

X'01'

Current session

+17

3 bytes reserved

Note: The last entry is marked by the X'80' bit at offset 16.