Package org.scictrl.csshell
Interface Device
- All Known Implementing Classes:
SoftDeviceImpl
public interface Device
Device interface.
- Author:
- igor@scictrl.com
-
Method Summary
Modifier and TypeMethodDescriptionConnection
<AbstractConnector<?>, ?, ?> getChannel
(String name) getChannel.String[]
getChannelNames.Connection<AbstractConnector<?>,
?, ?>[] getChannels.getName()
getName.getType()
getType.
-
Method Details
-
getName
String getName()getName.
- Returns:
- a
String
object
-
getType
String getType()getType.
- Returns:
- a
String
object
-
getChannelNames
String[] getChannelNames()getChannelNames.
- Returns:
- an array of
String
objects
-
getChannel
getChannel.
- Parameters:
name
- aString
object- Returns:
- a
Connection
object
-
getChannels
Connection<AbstractConnector<?>,?, getChannels()?>[] getChannels.
- Returns:
- an array of
Connection
objects
-