Index Property

Phcc Interface Library .NET / COM

Gets/sets the index of the analog input whose value has changed. The first 3 analog input indexes represent the prioritized analog inputs (ANP1-ANP3); the remaining 32 analog input indexes represent the standard analog non-prioritized inputs (AN1-AN32).

Namespace:  Phcc
Assembly:  Phcc (in Phcc.dll)

Syntax

Visual Basic (Declaration)
Public Property Index As Byte
C#
public byte Index { get; set; }

See Also