"

2013 FRC Java API

"

edu.wpi.first.wpilibj
Class SerialPort.WriteBufferMode

java.lang.Object
  extended by edu.wpi.first.wpilibj.SerialPort.WriteBufferMode
Enclosing class:
SerialPort

public static class SerialPort.WriteBufferMode
extends Object

Represents which type of buffer mode to use when writing to a serial port


Field Summary
static SerialPort.WriteBufferMode kFlushOnAccess
          Flush on access
static SerialPort.WriteBufferMode kFlushWhenFull
          Flush when full
 int value
          The integer value representing this enumeration
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public final int value
The integer value representing this enumeration


kFlushOnAccess

public static final SerialPort.WriteBufferMode kFlushOnAccess
Flush on access


kFlushWhenFull

public static final SerialPort.WriteBufferMode kFlushWhenFull
Flush when full


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"