Reads raw IR data.
Namespace:
PhidgetsAssembly: 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
Exception | Condition |
---|---|
Phidgets..::.PhidgetException | If this Phidget is not opened and attached. |