2010 FRC Java API


Uses of Class
edu.wpi.first.wpilibj.SerialPort.WriteBufferMode

Packages that use SerialPort.WriteBufferMode
edu.wpi.first.wpilibj The WPI Robotics library (WPILibJ) is a set of Java classes that interfaces to the hardware in the FRC control system and your robot. 
 

Uses of SerialPort.WriteBufferMode in edu.wpi.first.wpilibj
 

Fields in edu.wpi.first.wpilibj declared as SerialPort.WriteBufferMode
static SerialPort.WriteBufferMode SerialPort.WriteBufferMode.kFlushOnAccess
          Flush on access
static SerialPort.WriteBufferMode SerialPort.WriteBufferMode.kFlushWhenFull
          Flush when full
 

Methods in edu.wpi.first.wpilibj with parameters of type SerialPort.WriteBufferMode
 void SerialPort.setWriteBufferMode(SerialPort.WriteBufferMode mode)
          Specify the flushing behavior of the output buffer.
 


2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.