BLEScanSession

DesktopOperating SystemUWPWin32Windows

Properties

Name Type Description
id string
status string
View JSON Schema on GitHub

JSON Schema

microsoft-windows-10-blescansession-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BLEScanSession",
  "title": "BLEScanSession",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "status": {
      "type": "string",
      "enum": [
        "Started",
        "Stopped",
        "Aborted"
      ]
    }
  }
}