[This is preliminary documentation and is subject to change.]
Returns the raw IR data.
| C# | Visual Basic | Visual C++ |
public byte[] IRData { get; }
Public ReadOnly Property IRData As Byte()
public: property array<unsigned char>^ IRData { array<unsigned char>^ get (); }