Modifier and Type | Field and Description |
---|---|
static ControlFrame |
ACK_FRAME |
static ControlFrame |
CAN_FRAME |
static ControlFrame |
NAK_FRAME |
Modifier and Type | Method and Description |
---|---|
void |
send(OutputStream os)
Send the content of this frame.
|
public static final ControlFrame ACK_FRAME
public static final ControlFrame CAN_FRAME
public static final ControlFrame NAK_FRAME
public void send(OutputStream os) throws IOException
SendFrame
send
in interface SendFrame
os
- the output stream to write the content of this frame.IOException