public interface Port
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
return the string name used to reference this physical port
|
<T extends IOPort> |
open(java.lang.Class<T> portclass)
Obtain access to a class that can be used to talk to the port hardware
|
java.lang.String getName()
<T extends IOPort> T open(java.lang.Class<T> portclass)
portclass
- the required port interface