Class SlaveDataStore
Inheritance
System.Object
SlaveDataStore
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: NModbus.Data
Assembly: NModbus.dll
Syntax
public class SlaveDataStore : ISlaveDataStore
Explicit Interface Implementations
| Improve this Doc View SourceISlaveDataStore.CoilDiscretes
Declaration
IPointSource<bool> ISlaveDataStore.CoilDiscretes { get; }
Returns
Type | Description |
---|---|
IPointSource<System.Boolean> |
ISlaveDataStore.CoilInputs
Declaration
IPointSource<bool> ISlaveDataStore.CoilInputs { get; }
Returns
Type | Description |
---|---|
IPointSource<System.Boolean> |
ISlaveDataStore.HoldingRegisters
Declaration
IPointSource<ushort> ISlaveDataStore.HoldingRegisters { get; }
Returns
Type | Description |
---|---|
IPointSource<System.UInt16> |
ISlaveDataStore.InputRegisters
Declaration
IPointSource<ushort> ISlaveDataStore.InputRegisters { get; }
Returns
Type | Description |
---|---|
IPointSource<System.UInt16> |