서버
이 모듈에는 OpenThread 서버로 로컬 네트워크 데이터를 관리하는 기능이 포함되어 있습니다.
요약
함수 |
|
---|---|
otServerAddService(otInstance *aInstance, const otServiceConfig *aConfig)
|
로컬 네트워크 데이터에 서비스 구성을 추가합니다.
|
otServerGetNetDataLocal(otInstance *aInstance, bool aStable, uint8_t *aData, uint8_t *aDataLength)
|
로컬 스레드 네트워크 데이터의 전체 또는 안정적인 사본을 제공합니다.
|
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 )
로컬 스레드 네트워크 데이터의 전체 또는 안정적인 사본을 제공합니다.
세부정보 | |||||||||
---|---|---|---|---|---|---|---|---|---|
매개변수 |
|
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에서 제공되는 소스 코드에서 비롯됩니다. 자세한 내용을 알아보거나 문서에 참여하려면 리소스를 참고하세요.