[Windows.Foundation.Metadata.Overload("ReadValueAsync")] [Windows.Foundation.Metadata.RemoteAsync] public IAsyncOperation<GattReadResult> ReadValueAsync(); 返回 IAsyncOperation<GattReadResult> 管理异步操作所需的 对象,该对象在完成时返回 GattReadResult 对象,该对象又包含异步操作...
Task ReadValueAsync (Microsoft.OData.Edm.IEdmTypeReference expectedTypeReference); 参数 expectedTypeReference IEdmTypeReference 要读取的值的预期类型引用;如果没有预期的类型可用,则为 null。 返回 Task<Object> 表示读取值的正在运行的任务。 适用于 产品版本 OData Client Core 7.0 本文内容 ...
命名空间: Microsoft.OData.Core 程序集: Microsoft.OData.Core(在 Microsoft.OData.Core.dll 中)语法C# 复制 public Task<Object> ReadValueAsync( IEdmTypeReference expectedTypeReference ) 参数expectedTypeReference 类型:Microsoft.OData.Edm.IEdmTypeReference 要读取的值的预期类型引用;如果没有可用的预期类型,则为...
ReadValueAsync() Editar Realiza una lectura de valor característico de la memoria caché de valores mantenida por Windows. C# Copiar [Windows.Foundation.Metadata.Overload("ReadValueAsync")] [Windows.Foundation.Metadata.RemoteAsync] public IAsyncOperation<GattReadResult> ReadValueAsync...
Reads the value of the characteristic and runs completion after it has finished. C# Copiere public virtual System.Threading.Tasks.Task ReadValueAsync (); Returns Task A task that represents the asynchronous ReadValue operation Applies to ProdusVersiuni Xamarin iOS SDK 12 ...
void(*callback)(UA_ReadValueAttributeResponse response)) { // 创建异步任务对象,并设置回调函数和传入参数值 CallbackContextcontext; context.callback=callback; context.client=client; // 执行异步读取任务,并指定回调函数和参数 UA_Client_readValueAttributeAsync(client,nodeId,attributeId,readValueAttributeCall...
boolreadValueAttributeAsync(UA_NodeId nodeId,void*value){ // TODO: Implement the logic to asynchronously read value attribute returnfalse; } boolwriteValueAttributeAsync(UA_NodeId nodeId,constvoid*value){ // TODO: Implement the logic to asynchronously write value attribute ...
ReadValueAsync(BluetoothCacheMode) 从Windows 维护的值缓存中读取或直接从设备读取描述符值。 ReadValueAsync() 编辑 执行从 Windows 维护的值缓存中读取的描述符值。 C# [Windows.Foundation.Metadata.Overload("ReadValueAsync")] [Windows.Foundation.Metadata.RemoteAsync]publicIAsyncOperatio...
Task ReadValueAsync (Microsoft.OData.Edm.IEdmTypeReference expectedTypeReference); 参数 expectedTypeReference IEdmTypeReference 要读取的值的预期类型引用;如果没有预期的类型可用,则为 null。 返回 Task<Object> 表示读取值的正在运行的任务。 适用于 产品版本 OData Client Core 7.0 本文内容 ...
Task ReadValueAsync (Microsoft.OData.Edm.IEdmTypeReference expectedTypeReference); 參數 expectedTypeReference IEdmTypeReference 要讀取之值的預期型別參考;如果沒有預期的類型可用,則為 null。 傳回 Task<Object> 執行中的工作,這項工作表示值的讀取作業。 適用於 產品版本 OData Client Core 7.0 本文內容...