locationId property
- @TagNumber(12)
Store the location_id to allow for unique indexes across parts and locations. This filed MUST be updated each time the robots location changes.
Implementation
@$pb.TagNumber(12)
$core.String get locationId => $_getSZ(11);
- @TagNumber(12)
Implementation
@$pb.TagNumber(12)
set locationId($core.String v) { $_setString(11, v); }