otChildInfo

#include <thread_ftd.h>

Lưu giữ thông tin chẩn đoán cho một thành phần con của Thread.

Tóm tắt

Thuộc tính công khai

mAge
uint32_t
Số giây kể từ lần nghe gần đây nhất.
mAverageRssi
int8_t
RSSI trung bình.
mChildId
uint16_t
Mã nhận dạng con.
mConnectionTime
uint64_t
Số giây kể từ khi đính kèm (cần OPENTHREAD_CONFIG_UPTIME_ENABLE)
mExtAddress
Địa chỉ mở rộng IEEE 802.15.4.
mFrameErrorRate
uint16_t
Tỷ lệ lỗi khung hình (0xffff->100%). Cần có tính năng theo dõi lỗi.
mFullNetworkData
bool
Dữ liệu đầy đủ về mạng.
mFullThreadDevice
bool
Thiết bị có luồng đầy đủ.
mIsCslSynced
bool
Có phải CSL con đã được đồng bộ hoá không.
mIsStateRestoring
bool
Đang ở trạng thái khôi phục.
mLastRssi
int8_t
RSSI quan sát được lần gần đây nhất.
mLinkQualityIn
uint8_t
Chất lượng đường liên kết.
mMessageErrorRate
uint16_t
(IPv6) tỷ lệ lỗi tin nhắn (0xffff-> 100%). Cần có tính năng theo dõi lỗi.
mNetworkDataVersion
uint8_t
Phiên bản dữ liệu mạng.
mQueuedMessageCnt
uint16_t
Số tin nhắn đã xếp hàng đợi cho nhà xuất bản con.
mRloc16
uint16_t
RLOC16.
mRxOnWhenIdle
bool
rx-on-when-idle
mSupervisionInterval
uint16_t
Khoảng thời gian giám sát (tính bằng giây).
mTimeout
uint32_t
Hết giờ.
mVersion
uint8_t
Phiên bản MLE.

Thuộc tính công khai

mAge

uint32_t otChildInfo::mAge

Số giây kể từ lần nghe gần đây nhất.

mAverageRssi

int8_t otChildInfo::mAverageRssi

RSSI trung bình.

mChildId

uint16_t otChildInfo::mChildId

Mã nhận dạng con.

mConnectionTime

uint64_t otChildInfo::mConnectionTime

Số giây kể từ khi đính kèm (cần OPENTHREAD_CONFIG_UPTIME_ENABLE)

mExtAddress

otExtAddress otChildInfo::mExtAddress

Địa chỉ mở rộng IEEE 802.15.4.

mFrameErrorRate

uint16_t otChildInfo::mFrameErrorRate

Tỷ lệ lỗi khung hình (0xffff->100%). Cần có tính năng theo dõi lỗi.

mFullNetworkData

bool otChildInfo::mFullNetworkData

Dữ liệu đầy đủ về mạng.

mFullThreadDevice

bool otChildInfo::mFullThreadDevice

Thiết bị có luồng đầy đủ.

mIsCslSynced

bool otChildInfo::mIsCslSynced

Có phải CSL con đã được đồng bộ hoá không.

mIsStateRestoring

bool otChildInfo::mIsStateRestoring

Đang ở trạng thái khôi phục.

mLastRssi

int8_t otChildInfo::mLastRssi

RSSI quan sát được lần gần đây nhất.

mLinkQualityIn

uint8_t otChildInfo::mLinkQualityIn

Chất lượng đường liên kết.

mMessageErrorRate

uint16_t otChildInfo::mMessageErrorRate

(IPv6) tỷ lệ lỗi tin nhắn (0xffff-> 100%). Cần có tính năng theo dõi lỗi.

mNetworkDataVersion

uint8_t otChildInfo::mNetworkDataVersion

Phiên bản dữ liệu mạng.

mQueuedMessageCnt

uint16_t otChildInfo::mQueuedMessageCnt

Số tin nhắn đã xếp hàng đợi cho nhà xuất bản con.

mRloc16

uint16_t otChildInfo::mRloc16

RLOC16.

mRxOnWhenIdle

bool otChildInfo::mRxOnWhenIdle

rx-on-when-idle

mSupervisionInterval

uint16_t otChildInfo::mSupervisionInterval

Khoảng thời gian giám sát (tính bằng giây).

mTimeout

uint32_t otChildInfo::mTimeout

Hết giờ.

mVersion

uint8_t otChildInfo::mVersion

Phiên bản MLE.

Tài nguyên

Các chủ đề tham khảo API OpenThread bắt nguồn từ mã nguồn, có trên GitHub. Để biết thêm thông tin hoặc để đóng góp cho tài liệu của chúng tôi, hãy tham khảo Tài nguyên.