BluetoothAdapter Class

Neo smartpen SDK

BluetoothAdapter Class

Provides client connections for Bluetooth RFCOMM network services.
Inheritance Hierarchy
SystemObject  Neosmartpen.Net.BluetoothBluetoothAdapter

Namespace:  Neosmartpen.Net.Bluetooth
Assembly:  Neosmartpen.Net (in Neosmartpen.Net.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
public class BluetoothAdapter

The BluetoothAdapter type exposes the following members.

Constructors
  NameDescription
Public methodBluetoothAdapter
A constructor that constructs a BluetoothAdapter
Top
Properties
  NameDescription
Public propertyConnected
Specifies whether the device is connected.
Public propertyDeviceAddress
Gets the device identifier.
Public propertyDeviceClass
Returns the Class of Device of the remote device.
Public propertyDeviceName
Gets a name of a device.
Public propertyEnabled
Specifies whether the bluetooth adapter is enabled.
Top
Methods
  NameDescription
Public methodBind
Bind the bluetooth socket with IPenComm class.
Public methodConnect
Connects the client to a remote Bluetooth host using the specified mac address and OnConnected handler.
Public methodDisconnect
Closes the Bluetooth socket and the underlying connection.
Public methodFindAllDevices
Discovers accessible Bluetooth devices, both remembered and in-range, and returns their names and addresses.
Public methodRemovePairedDevice
Remove the pairing with the specified device.
Top
See Also