pub const PENDING_ACK: u16 = 0x0089;Expand description
Opcode of the PENDING_ACK acknowledgement (GigE Vision 1.2, section 18.5).
A device that cannot complete a command within the controller’s timeout
answers with this instead of the real acknowledgement, asking for more
time. It is not a GenCP opcode — the U3V side of GenCP signals the same
condition with status 0x8006 — so it is handled in the GVCP layer.