doc: List possible P2P peer category/subcategory values

This commit is contained in:
Andrew Zaborowski 2020-04-23 18:24:31 +02:00 committed by Denis Kenzior
parent 1277a01426
commit e1b1461a8e
1 changed files with 84 additions and 2 deletions

View File

@ -22,12 +22,94 @@ Properties string Name [readonly]
string DeviceCategory [readonly]
The category part of the peer's declared
Primary Device Type.
Primary Device Type. Takes one of the following
values, "unknown-device" being reported when the
device type is not one of those defined in the
Wi-Fi Simple Configuration specification:
'computer',
'input-device',
'printer-scanner',
'camera',
'storage',
'network-infrastructure',
'display',
'multimedia-device',
'gaming-device',
'telephone',
'audio-device',
'docking-device',
'unknown-device'.
string DeviceSubcategory [readonly, optional]
The Sub Category part of the peer's declared
Primary Device Type.
Primary Device Type, if recognised by WSC.
Supported values are:
'pc',
'server',
'media-center',
'ultra-mobile-pc',
'notebook',
'desktop',
'mobile-internet-device',
'netbook',
'tablet',
'ultrabook',
'keyboard',
'mouse',
'joystick',
'trackball',
'gaming-controller',
'remote',
'touchscreen',
'biometric-reader',
'barcode-reader',
'printer-print-server',
'scanner',
'fax',
'copier',
'printer-scanner-fax-copier',
'digital-still-camera',
'video-camera',
'web-camera',
'security-camera',
'nas',
'ap',
'router',
'switch',
'gateway',
'bridge',
'television',
'electronic-picture-frame',
'projector',
'monitor',
'dar',
'pvr',
'mcx',
'set-top-box',
'media-server-adapter-extender',
'portable-video-player',
'xbox',
'xbox360',
'playstation',
'game-console-adapter',
'portable-gaming-device',
'windows-mobile',
'single-mode-phone',
'dual-mode-phone',
'single-mode-smartphone',
'dual-mode-smartphone',
'audio-tuner-receiver',
'speakers',
'portable-music-player',
'headset',
'headphones',
'microphone',
'home-theater-system',
'computer-docking-station',
'media-kiosk'.
object Device [readonly]