Uses of Class
serialPort.beans.StopBitBean

Packages that use StopBitBean
serialPort.beans   
 

Uses of StopBitBean in serialPort.beans
 

Fields in serialPort.beans declared as StopBitBean
static StopBitBean StopBitBean.STOP_BIT_1
           
static StopBitBean StopBitBean.STOP_BIT_15
           
static StopBitBean StopBitBean.STOP_BIT_2
           
 

Methods in serialPort.beans that return StopBitBean
static StopBitBean[] StopBitBean.getInstances()
           
 StopBitBean SerialPortBean.getStopBitBean()
          Gets stop bits setting as an int.
 

Methods in serialPort.beans with parameters of type StopBitBean
 void SerialPortBean.setStopBitBean(StopBitBean stopBitBean)
          Sets stop bits.