Package ej.ecom.io
Interface CommPort
-
- All Superinterfaces:
Connectable,Device
public interface CommPort extends Device, Connectable
This interface defines a logical serial port, on which aCommConnectioncan be open. ACommPortcan represent hardware ports such as UART or USB CDC / ACM classes. On a logical serial port can be open at most oneStreamConnectionat a time.- See Also:
CommConnection
-
-
Field Summary
-
Fields inherited from interface ej.ecom.Device
UNKNOWN_NAME
-
-
Method Summary
-
Methods inherited from interface ej.ecom.Connectable
openConnection
-
Methods inherited from interface ej.ecom.Device
getChildren, getDescriptor, getName, getParent
-
-