Show / Hide Table of Contents

Class PointEventArgs<T>

Inheritance
System.Object
System.EventArgs
PointEventArgs
PointEventArgs<T>
Inherited Members
PointEventArgs.NumberOfPoints
PointEventArgs.StartAddress
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<T> : PointEventArgs where T : struct
Type Parameters
Name Description
T

Constructors

| Improve this Doc View Source

PointEventArgs(UInt16, T[])

Declaration
public PointEventArgs(ushort startAddress, T[] points)
Parameters
Type Name Description
System.UInt16 startAddress
T[] points

Properties

| Improve this Doc View Source

Points

Declaration
public T[] Points { get; }
Property Value
Type Description
T[]
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX