pub unsafe extern "C" fn otNat64GetErrorCounters(
aInstance: *mut otInstance,
aCounters: *mut otNat64ErrorCounters,
)
Expand description
Gets the NAT64 translator error counters.
The counters are initialized to zero when the OpenThread instance is initialized.
@param[in] aInstance A pointer to an OpenThread instance.
@param[out] aCounters A pointer to an otNat64Counters
where the counters of NAT64 translator will be placed.