Uses of Class
com.thecoderscorner.menu.remote.rs232.Rs232ControllerBuilder
Packages that use Rs232ControllerBuilder
-
Uses of Rs232ControllerBuilder in com.thecoderscorner.menu.remote.rs232
Methods in com.thecoderscorner.menu.remote.rs232 that return Rs232ControllerBuilderModifier and TypeMethodDescriptionOptional, defaults to system clock but can be overridenRs232ControllerBuilder.withExecutor(ScheduledExecutorService executor)Optional, defaults to creating a suitable executor for single connectivityRs232ControllerBuilder.withLocalName(String name)Optional, Set the name of this connection, defaults to NoNameRs232ControllerBuilder.withMenuTree(MenuTree tree)Mandatory, the menuTree instance to store the menu items retrieved from the remote side.Rs232ControllerBuilder.withProtocol(MenuCommandProtocol protocol)Optional, defaults to the standard protocol.Mandatory, specifies the port name and baud rate for rs232.Mandatory, the UUID for this instance of the application