Gets an array of supported demodulator model
names.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property SupportedDemodulators() As System.Array
|
| [C#] |
|---|
public System.Array SupportedDemodulators {get;}
|
| [Managed C++] |
|---|
public: __property System::Array^ get_SupportedDemodulators();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_SupportedDemodulators(
|
| [Java] |
|---|
public Object[] getSupportedDemodulators();
|