numId property
- @TagNumber(3)
Output only
A server-defined unique numeric ID for the device. This is a
more compact way to identify devices, and it is globally unique.
Implementation
@$pb.TagNumber(3)
$fixnum.Int64 get numId => $_getI64(2);
- @TagNumber(3)
Implementation
@$pb.TagNumber(3)
set numId($fixnum.Int64 v) { $_setInt64(2, v); }