Метод | Описание | |
---|---|---|
CancelDiscovery ( ) : bool | ||
CheckBluetoothAddress ( string address ) : bool | ||
Disable ( ) : bool | ||
Enable ( ) : bool | ||
GetAddress ( ) : string | ||
GetBondedDevices ( ) : BluetoothDeviceWrapper[], | ||
GetName ( ) : string | ||
GetProfileConnectionState ( int profile ) : int | ||
GetRemoteDevice ( string address ) : BluetoothDeviceWrapper, | ||
GetScanMode ( ) : int | ||
GetState ( ) : int | ||
IsDiscovering ( ) : bool | ||
IsEnabled ( ) : bool | ||
SetName ( string name ) : bool | ||
StartDiscovery ( ) : bool |
Метод | Описание | |
---|---|---|
IsAdapterNull ( ) : bool | ||
SetBluetoothAdapter ( ) : void |
public static CancelDiscovery ( ) : bool | ||
Результат | bool |
public static CheckBluetoothAddress ( string address ) : bool | ||
address | string | |
Результат | bool |
public static GetBondedDevices ( ) : BluetoothDeviceWrapper[], | ||
Результат | BluetoothDeviceWrapper[], |
public static GetProfileConnectionState ( int profile ) : int | ||
profile | int | |
Результат | int |
public static GetRemoteDevice ( string address ) : BluetoothDeviceWrapper, | ||
address | string | |
Результат | BluetoothDeviceWrapper, |
public static SetName ( string name ) : bool | ||
name | string | |
Результат | bool |