Transmits raw microsecond pulse data.
            
    Namespace: 
   PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
 Syntax
Syntax
| C# | 
|---|
| public void transmitRaw( int[] data ) | 
| Visual Basic (Declaration) | 
|---|
| Public Sub transmitRaw ( _ data As Integer() _ ) | 
| Visual C++ | 
|---|
| public: void transmitRaw( array<int>^ data ) | 
Parameters
- data
- Type: array<
            System..::.Int32
          >[]()[]
 An array of microsecond data which starts and ends with a pulse.
 Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| Phidgets..::.PhidgetException | If this Phidget is not opened and attached. | 





