2.2.10.13 HTTP_SERVICE_MESSAGE Structure

This structure describes a service message.


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

hdr

...

cbMessageLen

message (variable)

...

hdr (8 bytes): An HTTP_PACKET_HEADER (section 2.2.10.9) structure. Its packetType field is set to PKT_TYPE_SERVICE_MESSAGE.

cbMessageLen (2 bytes): An unsigned short representing the length of message.

message (variable): An array of bytes which specifies the message string. The size of the message string is as indicated by cbMessageLen field.