Class GPIs.Port
Represents the individual GPI Port
Inheritance
System.Object
GPIs.Port
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 Port
Properties
Enable
Sets the GPI port to enabled or disabled state
Declaration
public bool Enable { set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsEnabled
Gets the GPI Port status
Declaration
public bool IsEnabled { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
PortState
Gets the current GPI Port state
Declaration
public GPIs.GPI_PORT_STATE PortState { get; }
Property Value
| Type | Description |
|---|---|
| GPIs.GPI_PORT_STATE |