C# Class BluetoothDeviceWrapper

Mostra file Open project: drakelinglabs/unityarmada Class Usage Examples

Public Methods

Method Description
BluetoothDeviceWrapper ( AndroidJavaObject bluetoothDevice ) : UnityEngine
CreateBond ( ) : bool
DescribeContents ( ) : int
FetchUuidsWithSdp ( ) : bool
GetAddress ( ) : string
GetBondState ( ) : int
GetName ( ) : string
GetType ( ) : int
HashCode ( ) : int
SetPairingConfirmation ( bool confirm ) : bool
SetPin ( byte pin ) : bool
toString ( ) : string

Method Details

BluetoothDeviceWrapper() public method

public BluetoothDeviceWrapper ( AndroidJavaObject bluetoothDevice ) : UnityEngine
bluetoothDevice UnityEngine.AndroidJavaObject
return UnityEngine

CreateBond() public method

public CreateBond ( ) : bool
return bool

DescribeContents() public method

public DescribeContents ( ) : int
return int

FetchUuidsWithSdp() public method

public FetchUuidsWithSdp ( ) : bool
return bool

GetAddress() public method

public GetAddress ( ) : string
return string

GetBondState() public method

public GetBondState ( ) : int
return int

GetName() public method

public GetName ( ) : string
return string

GetType() public method

public GetType ( ) : int
return int

HashCode() public method

public HashCode ( ) : int
return int

SetPairingConfirmation() public method

public SetPairingConfirmation ( bool confirm ) : bool
confirm bool
return bool

SetPin() public method

public SetPin ( byte pin ) : bool
pin byte
return bool

toString() public method

public toString ( ) : string
return string