Uses of Class
com.esri.core.gps.Parity

Packages that use Parity
com.esri.core.gps   
 

Uses of Parity in com.esri.core.gps
 

Methods in com.esri.core.gps that return Parity
static Parity Parity.getFromCode(String code)
           
 Parity SerialPortInfo.getParity()
           
static Parity Parity.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Parity[] Parity.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.esri.core.gps with parameters of type Parity
 void SerialPortInfo.setParity(Parity parity)
          Sets SerialPortInfo.parity
 

Constructors in com.esri.core.gps with parameters of type Parity
SerialPortInfo(String portName, BaudRate baudRate, Parity parity, StopBits stopBits, int dataBits)
          Creates an instance of SerialPortInfo.
 



Copyright © 2012. All Rights Reserved.