AudioDeviceModule.SendCommandAsync(IBuffer) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Envoie de manière asynchrone des données au module de périphérique audio et reçoit le résultat.
public:
virtual IAsyncOperation<ModuleCommandResult ^> ^ SendCommandAsync(IBuffer ^ Command) = SendCommandAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ModuleCommandResult> SendCommandAsync(IBuffer const& Command);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ModuleCommandResult> SendCommandAsync(IBuffer Command);
function sendCommandAsync(Command)
Public Function SendCommandAsync (Command As IBuffer) As IAsyncOperation(Of ModuleCommandResult)
Paramètres
- Command
- IBuffer
Mémoire tampon contenant les données de commande à envoyer au module de périphérique audio.
Retours
Une opération asynchrone renvoie un ModuleCommandResult en cas de réussite de l’exécution.
- Attributs