2.2.10.4 HTTP_CHANNEL_RESPONSE Structure
This packet is sent by the RDG server in response to a channel creation request.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
hdr |
|||||||||||||||||||||||||||||||
|
... |
|||||||||||||||||||||||||||||||
|
errorCode |
|||||||||||||||||||||||||||||||
|
fieldsPresent |
reserved |
||||||||||||||||||||||||||||||
hdr (8 bytes): An HTTP_PACKET_HEADER (section 2.2.10.9) structure. Its packetType field is set to PKT_TYPE_CHANNEL_RESPONSE.
errorCode (4 bytes): An unsigned integer representing the error generated from the RDG server in the process of creating a channel, in an HRESULT format.
fieldsPresent (2 bytes): An unsigned short representing the flags values defined in theĀ HTTP_CHANNEL_RESPONSE_FIELDS_PRESENT_FLAGS (section 2.2.5.3.1) enumeration.
reserved (2 bytes): Reserved for future use.