Class 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<T> : PointEventArgs where T : struct
Type Parameters
Name | Description |
---|---|
T |
Constructors
| Improve this Doc View SourcePointEventArgs(UInt16, T[])
Declaration
public PointEventArgs(ushort startAddress, T[] points)
Parameters
Type | Name | Description |
---|---|---|
System.UInt16 | startAddress | |
T[] | points |
Properties
| Improve this Doc View SourcePoints
Declaration
public T[] Points { get; }
Property Value
Type | Description |
---|---|
T[] |