NLWdmClient
摘要
繼承
繼承自: NSObject
屬性 |
|
---|---|
name
|
NSString *
|
owner
|
id
|
resultCallbackQueue
|
dispatch_queue_t
|
公開函式 |
|
---|---|
NS_UNAVAILABLE()
|
virtual instancetype
停用繼承自 NSObject 的預設初始化器。
|
close:(WdmClientCompletionBlock completionHandler)
|
virtual void
強制釋出所有資源並刪除所有參照。
|
flushUpdate:failure:(WdmClientCompletionBlock completionHandler, WdmClientFailureBlock failureHandler)
|
virtual void
開始清除所有特徵資料。
|
getDataSink:(long long traitInstancePtr)
|
virtual NLGenericTraitUpdatableDataSink *
|
init:weaveWorkQueue:appCallbackQueue:exchangeMgr:messageLayer:nlWeaveDeviceManager:(NSString *name, dispatch_queue_t weaveWorkQueue, dispatch_queue_t appCallbackQueue, nl::Weave::WeaveExchangeManager *exchangeMgr, nl::Weave::WeaveMessageLayer *messageLayer, NLWeaveDeviceManager *NS_DESIGNATED_INITIALIZER)
|
virtual instancetype
|
newDataSink:profileId:instanceId:path:(NLResourceIdentifier *nlResourceIdentifier, uint32_t profileId, uint64_t instanceId, NSString *path)
|
virtual NLGenericTraitUpdatableDataSink *
建立新的資料 newDataSink。
|
refreshData:failure:(WdmClientCompletionBlock completionHandler, WdmClientFailureBlock failureHandler)
|
virtual void
開始同步處理所有特徵資料。
|
removeDataSinkRef:(long long traitInstancePtr)
|
virtual void
|
setNodeId:(uint64_t nodeId)
|
virtual void
在 WdmClient 的特徵目錄中設定 Weave 節點 ID
|
statusReportToString:statusCode:(NSUInteger profileId, NSInteger statusCode)
|
virtual NSString *
|
toErrorString:(WEAVE_ERROR err)
|
virtual NSString *
|
屬性
名稱
NSString * name
擁有者
id owner
resultCallbackQueue
dispatch_queue_t resultCallbackQueue
公開函式
NS_UNAVAILABLE
virtual instancetype NS_UNAVAILABLE()
停用繼承自 NSObject 的預設初始化器。
關閉:
virtual void close:( WdmClientCompletionBlock completionHandler )
強制釋出所有資源並刪除所有參照。
這次 WDMClient 一經呼叫即無法還原。
flushUpdate:failure:
virtual void flushUpdate:failure:( WdmClientCompletionBlock completionHandler, WdmClientFailureBlock failureHandler )
開始清除所有特徵資料。
您可以透過 completeHandler 和 failedHandler 觀察此作業的結果,在作業完成後呼叫 onWdmClientFlushUpdateComplete 時,應用程式會收到 statusResultsList;如果空白,代表成功沒有失敗路徑,如果路徑為空白,陣列成員就可能是 NLWdmClientFlushUpdateError(local client error) 或 NLWdmClientFlushUpdateDevice state data from the specific device error of the following client error) 。當作業失敗時,通常表示作業完全無法完成,例如通訊或通訊協定問題,系統會呼叫 onWdmClientError。
getDataSink:
virtual NLGenericTraitUpdatableDataSink * getDataSink:( long long traitInstancePtr )
init:weaveWorkQueue:appCallbackQueue:exchangeMgr:messageLayer:nlWeaveDeviceManager:
virtual instancetype init:weaveWorkQueue:appCallbackQueue:exchangeMgr:messageLayer:nlWeaveDeviceManager:( NSString *name, dispatch_queue_t weaveWorkQueue, dispatch_queue_t appCallbackQueue, nl::Weave::WeaveExchangeManager *exchangeMgr, nl::Weave::WeaveMessageLayer *messageLayer, NLWeaveDeviceManager *NS_DESIGNATED_INITIALIZER )
newDataSink:profileId:instanceId:path:
virtual NLGenericTraitUpdatableDataSink * newDataSink:profileId:instanceId:path:( NLResourceIdentifier *nlResourceIdentifier, uint32_t profileId, uint64_t instanceId, NSString *path )
建立新的資料 newDataSink。
詳細資料 | |||||||||
---|---|---|---|---|---|---|---|---|---|
參數 |
|
refreshData:failure:
virtual void refreshData:failure:( WdmClientCompletionBlock completionHandler, WdmClientFailureBlock failureHandler )
開始同步處理所有特徵資料。
可透過 completeHandler 和 failedHandler 觀察此作業的結果
removeDataSinkRef:
virtual void removeDataSinkRef:( long long traitInstancePtr )
setNodeId:
virtual void setNodeId:( uint64_t nodeId )
在 WdmClient 的特徵目錄中設定 Weave 節點 ID
詳細資料 | |||
---|---|---|---|
參數 |
|
statusReportToString:statusCode:
virtual NSString * statusReportToString:statusCode:( NSUInteger profileId, NSInteger statusCode )