Show / Hide Table of Contents

Class PointEventArgs

Modbus Slave request event args containing information on the message.

Inheritance
System.Object
System.EventArgs
PointEventArgs
PointEventArgs<T>
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 Source

PointEventArgs(UInt16, UInt16)

Declaration
public PointEventArgs(ushort startAddress, ushort numberOfPoints)
Parameters
Type Name Description
System.UInt16 startAddress
System.UInt16 numberOfPoints

Properties

| Improve this Doc View Source

NumberOfPoints

Declaration
public ushort NumberOfPoints { get; }
Property Value
Type Description
System.UInt16
| Improve this Doc View Source

StartAddress

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