2.11 ClipboardData

The ClipboardData packet represents clipboard 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

Size

Format

Data (variable)

...

Size (4 bytes): The total size in bytes of the Format and Data fields, not including padding (if any).

Format (4 bytes): An application-specific identifier for the format of the data in the Data field.

Data (variable): MUST be an array of bytes, followed by zero padding to a multiple of 4 bytes.