C# 클래스 BluetoothDeviceWrapper

파일 보기 프로젝트 열기: drakelinglabs/unityarmada 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

BluetoothDeviceWrapper() 공개 메소드

public BluetoothDeviceWrapper ( AndroidJavaObject bluetoothDevice ) : UnityEngine
bluetoothDevice UnityEngine.AndroidJavaObject
리턴 UnityEngine

CreateBond() 공개 메소드

public CreateBond ( ) : bool
리턴 bool

DescribeContents() 공개 메소드

public DescribeContents ( ) : int
리턴 int

FetchUuidsWithSdp() 공개 메소드

public FetchUuidsWithSdp ( ) : bool
리턴 bool

GetAddress() 공개 메소드

public GetAddress ( ) : string
리턴 string

GetBondState() 공개 메소드

public GetBondState ( ) : int
리턴 int

GetName() 공개 메소드

public GetName ( ) : string
리턴 string

GetType() 공개 메소드

public GetType ( ) : int
리턴 int

HashCode() 공개 메소드

public HashCode ( ) : int
리턴 int

SetPairingConfirmation() 공개 메소드

public SetPairingConfirmation ( bool confirm ) : bool
confirm bool
리턴 bool

SetPin() 공개 메소드

public SetPin ( byte pin ) : bool
pin byte
리턴 bool

toString() 공개 메소드

public toString ( ) : string
리턴 string