Previous Topic: Return Codes for Call Point X'32', X'36' and X'40'Next Topic: Return Codes for Call Point X'44'


Parameters for Call Point X'44'

A user is registering for a scheduled training session. The parameter list has the following format:

+0

Address of the user’s UINDEX.

+4

Address of an 8-byte trainer user ID.

+8

Address of an 8-byte session ID.

+12

Address of a 1-byte training session type

X'00'

Public training session.

X'04'

Private training session.

+16

Address of the student count, which is the number of entries in the student user ID list. This value is 0 if no users are registered.

+20

Address of the student user ID list. This address is 0 if no students are registered.

Each entry is 16-bytes. The first 8 bytes contain the user ID and the second 8 bytes contain that user’s terminal ID.

Any user being added to this list will appear in the list.