GattWriteResult

DesktopOperating SystemUWPWin32Windows

Properties

Name Type Description
status string
View JSON Schema on GitHub

JSON Schema

microsoft-windows-10-gattwriteresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GattWriteResult",
  "title": "GattWriteResult",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "enum": [
        "Success",
        "Unreachable",
        "ProtocolError"
      ]
    }
  }
}