hasEthernet property

  1. @TagNumber(6)
bool get hasEthernet

Indicates that the device has an ethernet peripheral

Implementation

@$pb.TagNumber(6)
$core.bool get hasEthernet => $_getBF(5);
  1. @TagNumber(6)
set hasEthernet (bool value)

Implementation

@$pb.TagNumber(6)
set hasEthernet($core.bool value) => $_setBool(5, value);