Uses of Class
com.esf.device.serial.comm.service.ParameterInvalidException

Packages that use ParameterInvalidException
com.esf.device.serial.comm.service Handles a non-event driven SerialComm port, intended for poll-response operation. 
 

Uses of ParameterInvalidException in com.esf.device.serial.comm.service
 

Methods in com.esf.device.serial.comm.service that throw ParameterInvalidException
 void ISerialCommService.setBaudRate(int baud)
          Validates against the BaudRate and sets the baud rate if valid.
 void ISerialCommService.setParity(int parity)
          Validates against the Parity and sets the parity if valid.
 void ISerialCommService.setBitsPerByte(int bits)
          Validates against the BitsPerByte and sets the word size if valid.
 void ISerialCommService.setStopBits(int stop)
          Validates against the StopBits and sets the number of bits if valid.
 void ISerialCommService.setMode(int mode)
          Validates against the SerialMode and sets the selected mode if valid.
 void ISerialCommService.setMode(int mode, int warmUp, int warmDown)
          Validates against the SerialMode and sets the selected mode if valid.
 void ISerialCommService.setAllConfig(int mode, int baud, int parity, int stop, int bitsPerByte)
          Validates the passed parameters, stores them and sets the port configuration accordingly.
 void ISerialCommService.setAllConfig(int mode, int baud, int parity, int stop, int bitsPerByte, int warmUp, int warmDown)
          Validates the passed parameters, stores them and sets the port configuration accordingly.
 



Copyright © 2009 Eurotech Inc. All rights reserved.