hasEthernet property
Indicates that the device has an ethernet peripheral
Implementation
@$pb.TagNumber(6)
$core.bool get hasEthernet => $_getBF(5);
Implementation
@$pb.TagNumber(6)
set hasEthernet($core.bool value) => $_setBool(5, value);
Indicates that the device has an ethernet peripheral
@$pb.TagNumber(6)
$core.bool get hasEthernet => $_getBF(5);
@$pb.TagNumber(6)
set hasEthernet($core.bool value) => $_setBool(5, value);