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
Stringobject
-
getType
String getType()getType.
- Returns:
- a
Stringobject
-
getChannelNames
String[] getChannelNames()getChannelNames.
- Returns:
- an array of
Stringobjects
-
getChannel
getChannel.
- Parameters:
name- aStringobject- Returns:
- a
Connectionobject
-
getChannels
Connection<AbstractConnector<?>,?, getChannels()?>[] getChannels.
- Returns:
- an array of
Connectionobjects
-