WifiP2pDevice$json top-level constant

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

Implementation

@$core.Deprecated('Use wifiP2pDeviceDescriptor instead')
const WifiP2pDevice$json = const {
  '1': 'WifiP2pDevice',
  '2': const [
    const {'1': 'wpsPbcSupported', '3': 1, '4': 1, '5': 8, '10': 'wpsPbcSupported'},
    const {'1': 'wpsKeypadSupported', '3': 2, '4': 1, '5': 8, '10': 'wpsKeypadSupported'},
    const {'1': 'wpsDisplaySupported', '3': 3, '4': 1, '5': 8, '10': 'wpsDisplaySupported'},
    const {'1': 'isServiceDiscoveryCapable', '3': 4, '4': 1, '5': 8, '10': 'isServiceDiscoveryCapable'},
    const {'1': 'isGroupOwner', '3': 5, '4': 1, '5': 8, '10': 'isGroupOwner'},
    const {'1': 'deviceName', '3': 6, '4': 1, '5': 9, '10': 'deviceName'},
    const {'1': 'deviceAddress', '3': 7, '4': 1, '5': 9, '10': 'deviceAddress'},
    const {'1': 'primaryDeviceType', '3': 8, '4': 1, '5': 9, '10': 'primaryDeviceType'},
    const {'1': 'secondaryDeviceType', '3': 9, '4': 1, '5': 9, '10': 'secondaryDeviceType'},
    const {'1': 'status', '3': 10, '4': 1, '5': 14, '6': '.WifiP2pDevice.Status', '10': 'status'},
  ],
  '4': const [WifiP2pDevice_Status$json],
};