Class GPIs
This class represents the General Purpose Input (GPI)
Inheritance
System.Object
GPIs
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 GPIs
Properties
Item[Int32]
Gets the GPI Port object based on the specified index
Declaration
public GPIs.Port this[int index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index |
Property Value
| Type | Description |
|---|---|
| GPIs.Port |
Length
Gets the number of GPI ports supported by the reader
Declaration
public int Length { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |