Interface IPointSource<TPoint>
Assembly: NModbus.dll
Syntax
public interface IPointSource<TPoint>
Type Parameters
Methods
|
Improve this Doc
View Source
ReadPoints(UInt16, UInt16)
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 |
|