Class PointEventArgs
Modbus Slave request event args containing information on the message.
Inherited Members
System.EventArgs.Empty
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.Device
Assembly: NModbus.dll
Syntax
public class PointEventArgs : EventArgs
Constructors
| Improve this Doc View SourcePointEventArgs(UInt16, UInt16)
Declaration
public PointEventArgs(ushort startAddress, ushort numberOfPoints)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt16 | startAddress | |
| System.UInt16 | numberOfPoints |
Properties
| Improve this Doc View SourceNumberOfPoints
Declaration
public ushort NumberOfPoints { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |
StartAddress
Declaration
public ushort StartAddress { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |