2.2.1.3.1 User Data Header (TS_UD_HEADER)

The TS_UD_HEADER precedes all data blocks in the client and server GCC user data.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

type

length

type (2 bytes): A 16-bit, unsigned integer. The type of the data block that this header precedes.

Value

Meaning

CS_CORE

0xC001

The data block that follows contains Client Core Data (section 2.2.1.3.2).

CS_SECURITY

0xC002

The data block that follows contains Client Security Data (section 2.2.1.3.3).

CS_NET

0xC003

The data block that follows contains Client Network Data (section 2.2.1.3.4).

CS_CLUSTER

0xC004

The data block that follows contains Client Cluster Data (section 2.2.1.3.5).

CS_MONITOR

0xC005

The data block that follows contains Client Monitor Data (section 2.2.1.3.6).

CS_MCS_MSGCHANNEL

0xC006

The data block that follows contains Client Message Channel Data (section 2.2.1.3.7).

CS_MONITOR_EX

0xC008

The data block that follows contains Client Monitor Extended Data (section 2.2.1.3.10).

CS_MULTITRANSPORT

0xC00A

The data block that follows contains Client Multitransport Channel Data (section 2.2.1.3.8).

CS_UNUSED1

0xC00C

The data block that follows contains Client Unused1 Data (section 2.2.1.3.9).

SC_CORE

0x0C01

The data block that follows contains Server Core Data (section 2.2.1.4.2).

SC_SECURITY

0x0C02

The data block that follows contains Server Security Data (section 2.2.1.4.3).

SC_NET

0x0C03

The data block that follows contains Server Network Data (section 2.2.1.4.4).

SC_MCS_MSGCHANNEL

0x0C04

The data block that follows contains Server Message Channel Data (section 2.2.1.4.5).

SC_MULTITRANSPORT

0x0C08

The data block that follows contains Server Multitransport Channel Data (section 2.2.1.4.6).

length (2 bytes): A 16-bit, unsigned integer. The size in bytes of the data block, including this header.