伺服器
這個模組包含透過 OpenThread Server 管理本機網路資料的函式。
摘要
函式 |
|
---|---|
otServerAddService(otInstance *aInstance, const otServiceConfig *aConfig)
|
將服務設定新增至區域網路資料。
|
otServerGetNetDataLocal(otInstance *aInstance, bool aStable, uint8_t *aData, uint8_t *aDataLength)
|
提供本機 Thread 網路資料的完整或穩定副本。
|
otServerGetNextService(otInstance *aInstance, otNetworkDataIterator *aIterator, otServiceConfig *aConfig)
|
取得區域網路資料中的下一個服務。
|
otServerRegister(otInstance *aInstance)
|
立即向主要供應商註冊本機網路資料。
|
otServerRemoveService(otInstance *aInstance, uint32_t aEnterpriseNumber, const uint8_t *aServiceData, uint8_t aServiceDataLength)
|
從區域網路資料中移除服務設定。
|
函式
otServerAddService
otError otServerAddService( otInstance *aInstance, const otServiceConfig *aConfig )
將服務設定新增至區域網路資料。
詳細說明 | |||||||
---|---|---|---|---|---|---|---|
參數 |
|
||||||
傳回值 |
|
otServerRemoveService
otServerRegister
otServerGetNetDataLocal
otError otServerGetNetDataLocal( otInstance *aInstance, bool aStable, uint8_t *aData, uint8_t *aDataLength )
提供本機 Thread 網路資料的完整或穩定副本。
詳細說明 | |||||||||
---|---|---|---|---|---|---|---|---|---|
參數 |
|
otServerGetNextService
otError otServerGetNextService( otInstance *aInstance, otNetworkDataIterator *aIterator, otServiceConfig *aConfig )
取得區域網路資料中的下一個服務。
詳細說明 | |||||||
---|---|---|---|---|---|---|---|
參數 |
|
||||||
傳回值 |
|
otServerRegister
otError otServerRegister( otInstance *aInstance )
立即向主要供應商註冊本機網路資料。
詳細說明 | |||
---|---|---|---|
參數 |
|
||
傳回值 |
|
otServerAddService
otServerRemoveService
otServerRemoveService
otError otServerRemoveService( otInstance *aInstance, uint32_t aEnterpriseNumber, const uint8_t *aServiceData, uint8_t aServiceDataLength )
從區域網路資料中移除服務設定。
詳細說明 | |||||||||
---|---|---|---|---|---|---|---|---|---|
參數 |
|
||||||||
傳回值 |
|
otServerAddService
otServerRegister
資源
OpenThread API 參考資料主題源自原始碼,請前往 GitHub 取得。如要瞭解詳情或對說明文件做出貢獻,請參閱資源。