System.Bluetooth.TBluetoothSocket

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTBluetoothSocket

Delphi

TBluetoothSocket = class

C++

class PASCALIMPLEMENTATION TBluetoothSocket : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth

Description

Allows you to establish a connection to a remote device and send and receive data from the remote device.

To obtain an instance of TBluetoothSocket, do either of the following:

Once you have a connected socket, you can call SendData and ReceiveData to send and receive data.

See Also