Interface ISlaveDataStore
Object simulation of a device memory map.
Namespace: NModbus
Assembly: NModbus.dll
Syntax
public interface ISlaveDataStore
Properties
| Improve this Doc View SourceCoilDiscretes
Gets the descrete coils.
Declaration
IPointSource<bool> CoilDiscretes { get; }
Property Value
Type | Description |
---|---|
IPointSource<System.Boolean> |
CoilInputs
Gets the discrete inputs.
Declaration
IPointSource<bool> CoilInputs { get; }
Property Value
Type | Description |
---|---|
IPointSource<System.Boolean> |
HoldingRegisters
Gets the holding registers.
Declaration
IPointSource<ushort> HoldingRegisters { get; }
Property Value
Type | Description |
---|---|
IPointSource<System.UInt16> |
InputRegisters
Gets the input registers.
Declaration
IPointSource<ushort> InputRegisters { get; }
Property Value
Type | Description |
---|---|
IPointSource<System.UInt16> |