CLAM-Development
1.4.0
|
This class is used to respond to device information request using the GetInfo method. More...
#include <MIDIDevice.hxx>
Public Member Functions | |
TInfo () | |
Base constructor, calls to Reset method to clear all the values. | |
void | Reset () |
Clear all the values of object, setting strings mName and mArch to "". |
Public Attributes | |
std::string | mName |
std::string | mArch |
This class is used to respond to device information request using the GetInfo method.
Definition at line 60 of file MIDIDevice.hxx.
|
inline |
Base constructor, calls to Reset method to clear all the values.
Definition at line 65 of file MIDIDevice.hxx.
References Reset().
|
inline |
Clear all the values of object, setting strings mName and mArch to "".
Definition at line 68 of file MIDIDevice.hxx.
Referenced by CLAM::MIDIOut::GetDeviceInfo(), CLAM::MIDIIn::GetDeviceInfo(), CLAM::MIDIClocker::GetDeviceInfo(), and TInfo().
std::string CLAM::MIDIDevice::TInfo::mArch |
Definition at line 63 of file MIDIDevice.hxx.
Referenced by Reset().
std::string CLAM::MIDIDevice::TInfo::mName |
Definition at line 62 of file MIDIDevice.hxx.
Referenced by CLAM::MIDIDevice::GetInfo(), and Reset().