getDeviceMetadataRequest property

  1. @TagNumber(12)
bool get getDeviceMetadataRequest

Request the node to send device metadata (firmware, protobuf version, etc)

Implementation

@$pb.TagNumber(12)
$core.bool get getDeviceMetadataRequest => $_getBF(10);
  1. @TagNumber(12)
set getDeviceMetadataRequest (bool value)

Implementation

@$pb.TagNumber(12)
set getDeviceMetadataRequest($core.bool value) => $_setBool(10, value);