DeviceConnectionType$json top-level constant

  1. @Deprecated('Use deviceConnectionTypeDescriptor instead')
Map<String, Object> const DeviceConnectionType$json

Implementation

@$core.Deprecated('Use deviceConnectionTypeDescriptor instead')
const DeviceConnectionType$json = const {
  '1': 'DeviceConnectionType',
  '2': const [
    const {'1': 'DEVICE_CONNECTION_TYPE_UNKNOWN', '2': 0},
    const {'1': 'DEVICE_CONNECTION_TYPE_WIFI', '2': 1},
    const {'1': 'DEVICE_CONNECTION_TYPE_NBIOT', '2': 2},
    const {'1': 'DEVICE_CONNECTION_TYPE_OS', '2': 3},
  ],
};