MidiDjConsole.ProfileInfoStringGet method |
|
Remarks
Obtains a string containing information about the DJ Console profile. The current specific information string can be modified through the MidiDjConsole.ProfileInfoStringSet method.
For further details about interfacing with MIDI DJ Consoles see the MidiDjConsole object section and the How to manage MIDI DJ consoles tutorial.
Syntax
[Visual Basic] MidiDevices.MidiDjConsole.ProfileInfoStringGet ( nStringType as enumProfileInfoStringType ) as String |
[C#] public string MidiDjConsole.ProfileInfoStringGet ( enumProfileInfoStringType nStringType ); |
[C++] public: string MidiDjConsole.ProfileInfoStringGet ( enumProfileInfoStringType nStringType ); |
Parameter |
Description |
||||||||||||||||||
|
|
||||||||||||||||||
nStringType |
Specifies the type of information string to obtain. Supported values are the following:
|
Return value
Value |
Meaning |
|
|
Empty string |
An error occurred (see the LastError property for further error details) |
Valid string |
String containing the requested information. |