Class Events.GPIEventData
Represents GPI Event Data (port and the current state)
Inheritance
System.Object
Events.GPIEventData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class GPIEventData
Properties
GPIEvent
GPI event indicating if the GPI Port State was changed from low to high (true) or high to low (false).
Declaration
public bool GPIEvent { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
PortNumber
GPI Port on which the state changed.
Declaration
public ushort PortNumber { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |