BlueLibs documentation

BTDevice Class

A placeholder component for BT device. Can be assigned to any component that requires a device to connect to.

For a list of all members of this type, see BTDevice Members.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         BlueLibs.Components.BTDevice

[Visual Basic]
<ToolboxBitmap, _  DesignerCategory(Category:="Component")>
Public Class BTDevice
    Inherits Component
    Implements IBTDevice
[C#]
[ToolboxBitmap]
[DesignerCategory(Category="Component")]
public class BTDevice : Component, IBTDevice

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

You need to select a device before to use, through either ChooseDevice, ChooseDeviceByName or ChooseDeviceByBTAddr.

Requirements

Namespace: BlueLibs.Components

Assembly: BlueLibs (in BlueLibs.dll)

See Also

BTDevice Members | BlueLibs.Components Namespace | OBEXFtpConnection | OBEXOPPConnection