com.eurotech.framework.comm
Class CommURI.Builder
java.lang.Object
com.eurotech.framework.comm.CommURI.Builder
- Enclosing class:
- CommURI
public static class CommURI.Builder
- extends Object
Builder class used as a helper in building the components of a CommURI
- Author:
- eurotech
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommURI.Builder
public CommURI.Builder(String port)
withBaudRate
public CommURI.Builder withBaudRate(int baudRate)
withDataBits
public CommURI.Builder withDataBits(int dataBits)
withStopBits
public CommURI.Builder withStopBits(int stopBits)
withParity
public CommURI.Builder withParity(int parity)
withTimeout
public CommURI.Builder withTimeout(int timeout)
build
public CommURI build()
Copyright © 2013. All Rights Reserved.