|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SerialPortBean | |
org.wcb.autohome | |
org.wcb.autohome.factories | |
org.wcb.autohome.interfaces |
Uses of SerialPortBean in org.wcb.autohome |
Methods in org.wcb.autohome that return SerialPortBean | |
SerialPortBean |
AutoHomeSession.getSerialPort()
Returns the string name of the serial port. |
Methods in org.wcb.autohome with parameters of type SerialPortBean | |
void |
AutoHomeSession.setSerialPort(SerialPortBean sPortName)
Sets the serial port to the passed in string value. |
Uses of SerialPortBean in org.wcb.autohome.factories |
Methods in org.wcb.autohome.factories that return SerialPortBean | |
SerialPortBean |
HAGateway.getSerialPort()
This returns a bean of the serial port settings saved in a properties file. |
Methods in org.wcb.autohome.factories with parameters of type SerialPortBean | |
void |
HAGateway.connectPortToX10Gateway(SerialPortBean bean,
int deviceType)
Based on the user's select it will set the port to the string variable that is sent. |
void |
HAGateway.setSerialPort(SerialPortBean bean)
|
Uses of SerialPortBean in org.wcb.autohome.interfaces |
Methods in org.wcb.autohome.interfaces that return SerialPortBean | |
SerialPortBean |
IHAGateway.getSerialPort()
|
Methods in org.wcb.autohome.interfaces with parameters of type SerialPortBean | |
void |
IHAGateway.connectPortToX10Gateway(SerialPortBean bean,
int device)
|
void |
IHAGateway.setSerialPort(SerialPortBean bean)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |