#ifndef WH_PROTO_H_84406092_ #define WH_PROTO_H_84406092_ /* * Protocol constants. See protocol.doc for more. */ #define PROTO_SHORT_DATA 0x00 #define PROTO_LONG_DATA 0x01 #define PROTO_BREAK 0x02 #define PROTO_RECAP 0x03 #define PROTO_FLOWCTL 0x04 #define PROTO_FLOW_STOP 0x00 #define PROTO_FLOW_RESUME 0x01 #define PROTO_FLOW_ACK_STOP 0x02 #define PROTO_FLOW_ACK_RESUME 0x03 #define PROTO_FLOW_SET_BUFFER 0x04 #define PROTO_FLOW_DROP_COUNT 0x05 #define PROTO_SPEED 0x05 #define PROTO_UPDOWN 0x06 #define PROTO_UPDOWN_DOWN 0x00 #define PROTO_UPDOWN_UP 0x01 #define PROTO_DTRCTL 0x07 #define PROTO_DTR_OFF 0x00 #define PROTO_DTR_ON 0x01 #define PROTO_RTSCTL 0x08 #define PROTO_RTS_OFF 0x00 #define PROTO_RTS_ON 0x01 #endif