Interface CmpHandshakeResult

Result of a CMP handshake.

interface CmpHandshakeResult {
    baudRate: number;
}

Properties

Properties

baudRate: number

Baud rate after negotiation.

This will be the smaller of maxBaudRate and the highest baud rate supported by the Palm device.