id property
The packet id, used to allow the phone to request missing read packets from the FIFO, see our bluetooth docs
Implementation
@$pb.TagNumber(1)
$core.int get id => $_getIZ(0);
Implementation
@$pb.TagNumber(1)
set id($core.int value) => $_setUnsignedInt32(0, value);