ModuleCommandResult
ModuleCommandResult
ModuleCommandResult
ModuleCommandResult
Class
Definition
Represents the result of an audio device module command, executed with a call to AudioDeviceModule.SendCommand.
public : sealed class ModuleCommandResult : IModuleCommandResultpublic sealed class ModuleCommandResult : IModuleCommandResultPublic NotInheritable Class ModuleCommandResult Implements IModuleCommandResult// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Properties
Result Result Result Result
Gets a buffer containing result of the audio device module command, defined by the audio device module developer.
public : IBuffer Result { get; }public IBuffer Result { get; }Public ReadOnly Property Result As IBuffer// You can use this property in JavaScript.
Status Status Status Status
Gets a value that specifies the status of the audio device module command.
public : SendCommandStatus Status { get; }public SendCommandStatus Status { get; }Public ReadOnly Property Status As SendCommandStatus// You can use this property in JavaScript.
A value that specifies the status of the audio device module command.