numId property

  1. @TagNumber.new(3)
Int64 get numId

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);
  1. @TagNumber.new(3)
set numId (Int64 v)

Implementation

@$pb.TagNumber(3)
set numId($fixnum.Int64 v) {
  $_setInt64(2, v);
}