public class Device extends Object
| Constructor and Description |
|---|
Device(org.ogema.core.channelmanager.driverspi.DeviceLocator deviceLocator,
Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChannel(Channel chan) |
Channel |
findChannel(org.ogema.core.channelmanager.driverspi.ChannelLocator channelLocator) |
List<org.ogema.core.channelmanager.driverspi.ChannelLocator> |
getChannelLocators() |
Map<String,Channel> |
getChannels() |
Short |
getDeviceId() |
org.ogema.core.channelmanager.driverspi.DeviceLocator |
getDeviceLocator() |
Node |
getNode() |
void |
removeChannel(Channel chan) |
public Device(org.ogema.core.channelmanager.driverspi.DeviceLocator deviceLocator,
Connection connection)
public List<org.ogema.core.channelmanager.driverspi.ChannelLocator> getChannelLocators()
public Channel findChannel(org.ogema.core.channelmanager.driverspi.ChannelLocator channelLocator)
public void addChannel(Channel chan)
public void removeChannel(Channel chan)
public Node getNode()
public org.ogema.core.channelmanager.driverspi.DeviceLocator getDeviceLocator()
public Short getDeviceId()
Copyright © 2019. All rights reserved.