pub fn encode_link1_ack(out: &mut [u8]) -> Result<usize, EncodeError>Expand description
Encode the server’s LINK1 ACK echo (5 bytes — same shape as LINK1).
§Errors
Returns EncodeError::BufferTooSmall if out.len() < 5.
§See also
xlxd/src/cdplusprotocol.cpp:510-540 (EncodeConnectAckPacket).