System.Bluetooth.TBluetoothDevice.GetClassDeviceMajor

From RAD Studio API Documentation
Revision as of 10:21, 31 July 2014 by AChaves (talk | contribs) (52652)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function GetClassDeviceMajor: Integer; virtual; abstract;

C++

virtual int __fastcall GetClassDeviceMajor() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothDevice

Description

Note: This is an abstract method that platform-specific subclasses of TBluetoothDevice implement.

Getter of ClassDeviceMajor.

See Also