2.2.9.10 MILMSG_ASYNCFLUSHREPLY

The MILMSG_ASYNCFLUSHREPLY packet is sent to notify the channel client that an async flush has completed.


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

controlCode

reserved0

responseToken

hrCode

reserved1 (44 bytes)

...

...

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

reserved0 (4 bytes): Reserved. MUST be set to zero when sent, and MUST be ignored when received.

responseToken (4 bytes): A 32-bit unsigned integer. The token for the async flush that triggered this message, as specified in a MILCMD_TRANSPORT_ASYNCFLUSH message.

hrCode (4 bytes): An HRESULT that represents the result of the flush operation.

reserved1 (44 bytes): Reserved. MUST be set to zero when sent, and MUST be ignored when received.