2.2.5.4.1 UdpPktType Enumeration

Constant/value

Description

PKT_TYPE_CONNECT_REQ/1

This constant is used to represent the CONNECT packet type sent by the client during the Connection Setup Phase (section 1.3.1.1.1).

PKT_TYPE_CONNECT_RESP/2

This constant represents CONNECT_RESPONSE packet type sent by the RDG server during the Connection Setup Phase.

PKT_TYPE_PAYLOAD/3

This constant represents the DATA packet type sent either by the RDG client or RDG server during the Data Transfer Phase (section 1.3.1.1.2).

PKT_TYPE_DISCONNECT/4

This constant represents the DISCONNECT packet type sent either by the RDG client or RDG server during the Shutdown Phase (section 1.3.1.1.3).

PKT_TYPE_CONNECT_REQ_FRAGMENT/5

This constant represents the fragment of CONNECT_REQUEST packet type sent by the client. The RDG client MUST use the PKT_TYPE_CONNECT_REQ_FRAGMENT packet type to send connection request to the RDP server. It MUST do so by splitting a CONNECT_PKT request into one or more fragments of type CONNECT_PKT_FRAGMENT (section 2.2.11.10).<8>