RfcommConnection

DesktopOperating SystemUWPWin32Windows

Properties

Name Type Description
id string
deviceId string
serviceId string
maxMessageSize integer
View JSON Schema on GitHub

JSON Schema

microsoft-windows-10-rfcommconnection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RfcommConnection",
  "title": "RfcommConnection",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "deviceId": {
      "type": "string"
    },
    "serviceId": {
      "type": "string"
    },
    "maxMessageSize": {
      "type": "integer"
    }
  }
}