Class GPOs
Represents the General Purpose Output (GPO)
Inheritance
System.Object
GPOs
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 GPOs
Properties
Item[Int32]
Gets the GPO object based on the specified port number
Declaration
public GPOs.Port this[int index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index |
Property Value
| Type | Description |
|---|---|
| GPOs.Port |
Length
Gets the number of GPO ports supported
Declaration
public int Length { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |