id property

  1. @TagNumber(1)
int get id

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);
  1. @TagNumber(1)
set id (int value)

Implementation

@$pb.TagNumber(1)
set id($core.int value) => $_setUnsignedInt32(0, value);