Show / Hide Table of Contents

Interface IPointSource<TPoint>

Represents a memory map.

Namespace: NModbus
Assembly: NModbus.dll
Syntax
public interface IPointSource<TPoint>
Type Parameters
Name Description
TPoint

Methods

| Improve this Doc View Source

ReadPoints(UInt16, UInt16)

Read a series of points.

Declaration
TPoint[] ReadPoints(ushort startAddress, ushort numberOfPoints)
Parameters
Type Name Description
System.UInt16 startAddress
System.UInt16 numberOfPoints
Returns
Type Description
TPoint[]
| Improve this Doc View Source

WritePoints(UInt16, TPoint[])

Write a series of points.

Declaration
void WritePoints(ushort startAddress, TPoint[] points)
Parameters
Type Name Description
System.UInt16 startAddress
TPoint[] points
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX