UrpTscCommand$json top-level constant

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

Implementation

@$core.Deprecated('Use urpTscCommandDescriptor instead')
const UrpTscCommand$json = {
  '1': 'UrpTscCommand',
  '2': [
    {'1': 'urpTscPrime', '2': 0},
    {'1': 'urpTscUnprime', '2': 1},
    {'1': 'urpTscStartMeasurement', '2': 2},
    {'1': 'urpTscStopMeasurement', '2': 3},
    {'1': 'urpTscGetModelInfo', '2': 4},
    {'1': 'urpTscRequestToken', '2': 6},
    {'1': 'urpTscSetToken', '2': 7},
    {'1': 'urpTscGetToken', '2': 8},
  ],
};