Click or drag to resize

BluetoothConnectionInsecure Properties

The BluetoothConnectionInsecure type exposes the following members.

Properties
  NameDescription
Public propertyConnected
Returns true if the connection is open.
(Inherited from ConnectionA.)
Public propertyFriendlyName
Gets the friendly name of the Bluetooth® connection. The friendly name is obtained from the device when this connection is opened.If the friendly name changes on the device, it will not be refreshed until the connection is closed and reopened.
(Inherited from BluetoothConnection.)
Public propertyMACAddress
Gets the MAC address which was passed into the constructor. The MAC address is a hexadecimal string with separators between the octets. (e.g. 00:11:BB:DD:55:FF).
(Inherited from BluetoothConnection.)
Public propertyManufacturer
See the classes which implement this property for the format of the printer manufacturer string.
(Inherited from ConnectionA.)
Public propertyMaxDataToWrite
Gets or sets the maximum number of bytes to write at one time
(Inherited from ConnectionA.)
Public propertyMaxTimeoutForRead
Gets or sets the maximum time, in milliseconds, to wait for any data to be received.
(Inherited from ConnectionA.)
Public propertyMultipartTimeToWaitAfterSend
(Inherited from ConnectionA.)
Public propertySimpleConnectionName
Gets the MAC address and the friendly name as the description.
(Inherited from BluetoothConnection.)
Public propertyTimeToWaitBeforeClose
Gets/sets the time to wait before closing the connection (milliseconds).
(Inherited from BluetoothConnection.)
Public propertyTimeToWaitForMoreData
Gets or sets the maximum time, in milliseconds, to wait in-between reads after the initial read.
(Inherited from ConnectionA.)
Top
See Also