2.2.10.1 HTTP_byte_BLOB Structure

This structure is used for storing and exchanging binary 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

cbLen

blob (variable)

...

cbLen (2 bytes): An unsigned short representing the size of the data in the blob field.

blob (variable): An array of bytes, which contains the binary data of the length of cbLen.