Show / Hide Table of Contents

Interface ISlaveDataStore

Object simulation of a device memory map.

Namespace: NModbus
Assembly: NModbus.dll
Syntax
public interface ISlaveDataStore

Properties

| Improve this Doc View Source

CoilDiscretes

Gets the descrete coils.

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

CoilInputs

Gets the discrete inputs.

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

HoldingRegisters

Gets the holding registers.

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

InputRegisters

Gets the input registers.

Declaration
IPointSource<ushort> InputRegisters { get; }
Property Value
Type Description
IPointSource<System.UInt16>
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX