otSrpServerResponseCounters

#include <srp_server.h>

Menyertakan statistik respons server SRP.

Ringkasan

Atribut publik

mFormatError
uint32_t
Jumlah respons error format.
mNameExists
uint32_t
Jumlah respons 'nama ada'.
mOther
uint32_t
Jumlah respons lainnya.
mRefused
uint32_t
Jumlah respons yang ditolak.
mServerFailure
uint32_t
Jumlah respons kegagalan server.
mSuccess
uint32_t
Jumlah respons yang berhasil.

Atribut publik

mFormatError

uint32_t otSrpServerResponseCounters::mFormatError

Jumlah respons error format.

mNameExists

uint32_t otSrpServerResponseCounters::mNameExists

Jumlah respons 'nama ada'.

mOther

uint32_t otSrpServerResponseCounters::mOther

Jumlah respons lainnya.

mRefused

uint32_t otSrpServerResponseCounters::mRefused

Jumlah respons yang ditolak.

mServerFailure

uint32_t otSrpServerResponseCounters::mServerFailure

Jumlah respons kegagalan server.

mSuccess

uint32_t otSrpServerResponseCounters::mSuccess

Jumlah respons yang berhasil.

Referensi

Topik Referensi OpenThread API berasal dari kode sumber yang tersedia di GitHub. Untuk informasi selengkapnya, atau untuk berkontribusi pada dokumentasi kami, lihat Referensi.