Obtain the current status for the specified index

Namespace:  PalmSens
Assembly:  PalmSens (in PalmSens.dll) Version: 2.3.0.0

Syntax

C#
public CurrentStatus get_CurrentStatus(
	int index
)
Visual Basic (Declaration)
Public Function get_CurrentStatus ( _
	index As Integer _
) As CurrentStatus
Visual C++
public:
CurrentStatus get_CurrentStatus(
	int index
)

Parameters

index
Type: System..::.Int32
index

Return Value

current status

See Also