Creates a new IR Code from a string.
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
| C# |
|---|
public IRCode( string code, int bitCount ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ code As String, _ bitCount As Integer _ ) |
| Visual C++ |
|---|
public: IRCode( String^ code, int bitCount ) |
Parameters
- code
- Type: System..::.String
The IR code.
- bitCount
- Type: System..::.Int32
The code length in bits.