다중 라디오 링크
이 모듈에는 다중 무선 링크의 정의와 함수가 포함되어 있습니다.
요약
Typedef |
|
---|---|
otMultiRadioNeighborInfo
|
typedefstruct otMultiRadioNeighborInfo
인접 항목과 연결된 다중 무선 링크 정보를 나타냅니다. |
otRadioLinkInfo
|
typedefstruct otRadioLinkInfo
라디오 링크와 관련된 정보를 나타냅니다. |
함수 |
|
---|---|
otMultiRadioGetNeighborInfo(otInstance *aInstance, const otExtAddress *aExtAddress, otMultiRadioNeighborInfo *aNeighborInfo)
|
지정된 확장 주소를 가진 이웃과 연결된 다중 무선 링크 정보를 가져옵니다.
|
구조체 |
|
---|---|
otMultiRadioNeighborInfo |
인접 항목과 연결된 다중 무선 링크 정보를 나타냅니다. |
otRadioLinkInfo |
라디오 링크와 관련된 정보를 나타냅니다. |
Typedef
otMultiRadioNeighborInfo
struct otMultiRadioNeighborInfo otMultiRadioNeighborInfo
인접 항목과 연결된 다중 무선 링크 정보를 나타냅니다.
함수
otMultiRadioGetNeighborInfo
otError otMultiRadioGetNeighborInfo( otInstance *aInstance, const otExtAddress *aExtAddress, otMultiRadioNeighborInfo *aNeighborInfo )
지정된 확장 주소를 가진 이웃과 연결된 다중 무선 링크 정보를 가져옵니다.
OPENTHREAD_CONFIG_MULTI_RADIO
을(를) 사용 설정해야 합니다.
세부정보 | |||||||
---|---|---|---|---|---|---|---|
매개변수 |
|
||||||
반환 값 |
|
자료
OpenThread API 참조 주제는 GitHub에서 제공되는 소스 코드에서 비롯됩니다. 자세한 내용을 알아보거나 문서에 참여하려면 리소스를 참고하세요.