2.2.7.3 MILCMD_TRANSPORT_ASYNCFLUSH

The MILCMD_TRANSPORT_ASYNCFLUSH packet requests a notification message to be sent by the client when all currently outstanding updates have been processed, composed and presented by the composition engine. The client MUST respond with a MILMSG_ASYNCFLUSHREPLY notification. This message/notification pair behaves identically to MILCMD_TRANSPORT_SYNCFLUSH and MILMSG_SYNCFLUSHREPLY, with the exception that this message includes a token that is returned with the notification.<4>


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

messageSize

controlCode

responseToken

reserved

messageSize (4 bytes): A 32-bit unsigned integer. The size of this message, in bytes. The value of this field MUST be set to 0x00000010.

controlCode (4 bytes): A 32-bit unsigned integer containing the control code for this message. The value of this field MUST be equal to 0x00000004.

responseToken (4 bytes): A 32-bit unsigned integer. A value that is returned in the responseToken field of the MILMSG_ASYNCFLUSHREPLY notification that is sent by the client when this async flush request is completed.

reserved (4 bytes): Reserved. MUST be ignored when received.