Show / Hide Table of Contents

Class SlaveDataStore

Inheritance
System.Object
SlaveDataStore
Implements
ISlaveDataStore
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 Source

ISlaveDataStore.CoilDiscretes

Declaration
IPointSource<bool> ISlaveDataStore.CoilDiscretes { get; }
Returns
Type Description
IPointSource<System.Boolean>
| Improve this Doc View Source

ISlaveDataStore.CoilInputs

Declaration
IPointSource<bool> ISlaveDataStore.CoilInputs { get; }
Returns
Type Description
IPointSource<System.Boolean>
| Improve this Doc View Source

ISlaveDataStore.HoldingRegisters

Declaration
IPointSource<ushort> ISlaveDataStore.HoldingRegisters { get; }
Returns
Type Description
IPointSource<System.UInt16>
| Improve this Doc View Source

ISlaveDataStore.InputRegisters

Declaration
IPointSource<ushort> ISlaveDataStore.InputRegisters { get; }
Returns
Type Description
IPointSource<System.UInt16>

Implements

ISlaveDataStore
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX