Click or drag to resize

MultichannelBluetoothConnection Properties

The MultichannelBluetoothConnection type exposes the following members.

Properties
  NameDescription
Public propertyConnected
Returns true if the connection is open.
(Inherited from MultichannelConnection.)
Public propertyMaxTimeoutForRead
Gets or sets the maximum time, in milliseconds, to wait for any data to be received.
(Inherited from MultichannelConnection.)
Public propertyPrintingChannel
Gets the underlying printing Connection of this MultichannelConnection.
(Inherited from MultichannelConnection.)
Public propertySimpleConnectionName
Gets the MAC address and the friendly name as the description.
(Overrides MultichannelConnectionSimpleConnectionName.)
Public propertyStatusChannel
Gets the underlying status StatusConnection of this MultichannelConnection.
(Inherited from MultichannelConnection.)
Public propertyTimeToWaitForMoreData
Gets or sets the maximum time, in milliseconds, to wait in-between reads after the initial read.
(Inherited from MultichannelConnection.)
Top
See Also