A MIDI Library for .NET
InputDevice.Close Method
Closes this input device.
public
void
Close();
Exceptions
Exception Type
Condition
InvalidOperationException
The device is not open or is still receiving.
DeviceException
The device cannot be closed.
See Also
InputDevice Class
|
Midi Namespace