Reads raw IR data.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public int readRaw(
	int[] buffer
)
Visual Basic (Declaration)
Public Function readRaw ( _
	buffer As Integer() _
) As Integer
Visual C++
public:
int readRaw(
	array<int>^ buffer
)

Parameters

buffer
Type: array< System..::.Int32 >[]()[]
An array to read data into.

Return Value

Number of elements read.

Exceptions

ExceptionCondition
Phidgets..::.PhidgetExceptionIf this Phidget is not opened and attached.

See Also