nodedbCount property
The number of nodes in the nodedb. This is used by the phone to know how many NodeInfo packets to expect on want_config
Implementation
@$pb.TagNumber(15)
$core.int get nodedbCount => $_getIZ(6);
Implementation
@$pb.TagNumber(15)
set nodedbCount($core.int value) => $_setUnsignedInt32(6, value);