| Modifier and Type | Method and Description |
|---|---|
org.ogema.core.channelmanager.measurements.SampledValue |
InputChannel.readValue(Connection connection) |
org.ogema.core.channelmanager.measurements.SampledValue |
HoldingChannel.readValue(Connection connection) |
org.ogema.core.channelmanager.measurements.SampledValue |
DiscreteChannel.readValue(Connection connection) |
org.ogema.core.channelmanager.measurements.SampledValue |
CoilChannel.readValue(Connection connection) |
abstract org.ogema.core.channelmanager.measurements.SampledValue |
Channel.readValue(Connection connection) |
void |
InputChannel.writeValue(Connection connection,
org.ogema.core.channelmanager.measurements.Value value) |
void |
HoldingChannel.writeValue(Connection connection,
org.ogema.core.channelmanager.measurements.Value value) |
void |
DiscreteChannel.writeValue(Connection connection,
org.ogema.core.channelmanager.measurements.Value value) |
void |
CoilChannel.writeValue(Connection connection,
org.ogema.core.channelmanager.measurements.Value value) |
abstract void |
Channel.writeValue(Connection connection,
org.ogema.core.channelmanager.measurements.Value value) |
Copyright © 2019. All rights reserved.