C# 클래스 android.bluetooth.BluetoothAdapter

상속: java.lang.Object
파일 보기 프로젝트 열기: JeroMiya/androidmono

공개 메소드들

메소드 설명
cancelDiscovery ( ) : bool
checkBluetoothAddress ( java arg0 ) : bool
disable ( ) : bool
enable ( ) : bool
getAddress ( ) : global::java.lang.String
getBondedDevices ( ) : global::java.util.Set
getDefaultAdapter ( ) : global::android.bluetooth.BluetoothAdapter
getName ( ) : global::java.lang.String
getRemoteDevice ( java arg0 ) : global::android.bluetooth.BluetoothDevice
getScanMode ( ) : int
getState ( ) : int
isDiscovering ( ) : bool
isEnabled ( ) : bool
listenUsingRfcommWithServiceRecord ( java arg0, java arg1 ) : global::android.bluetooth.BluetoothServerSocket
setName ( java arg0 ) : bool
startDiscovery ( ) : bool

비공개 메소드들

메소드 설명
BluetoothAdapter ( )
BluetoothAdapter ( global @__env )

메소드 상세

cancelDiscovery() 공개 메소드

public cancelDiscovery ( ) : bool
리턴 bool

checkBluetoothAddress() 공개 정적인 메소드

public static checkBluetoothAddress ( java arg0 ) : bool
arg0 java
리턴 bool

disable() 공개 메소드

public disable ( ) : bool
리턴 bool

enable() 공개 메소드

public enable ( ) : bool
리턴 bool

getAddress() 공개 메소드

public getAddress ( ) : global::java.lang.String
리턴 global::java.lang.String

getBondedDevices() 공개 메소드

public getBondedDevices ( ) : global::java.util.Set
리턴 global::java.util.Set

getDefaultAdapter() 공개 정적인 메소드

public static getDefaultAdapter ( ) : global::android.bluetooth.BluetoothAdapter
리턴 global::android.bluetooth.BluetoothAdapter

getName() 공개 메소드

public getName ( ) : global::java.lang.String
리턴 global::java.lang.String

getRemoteDevice() 공개 메소드

public getRemoteDevice ( java arg0 ) : global::android.bluetooth.BluetoothDevice
arg0 java
리턴 global::android.bluetooth.BluetoothDevice

getScanMode() 공개 메소드

public getScanMode ( ) : int
리턴 int

getState() 공개 메소드

public getState ( ) : int
리턴 int

isDiscovering() 공개 메소드

public isDiscovering ( ) : bool
리턴 bool

isEnabled() 공개 메소드

public isEnabled ( ) : bool
리턴 bool

listenUsingRfcommWithServiceRecord() 공개 메소드

public listenUsingRfcommWithServiceRecord ( java arg0, java arg1 ) : global::android.bluetooth.BluetoothServerSocket
arg0 java
arg1 java
리턴 global::android.bluetooth.BluetoothServerSocket

setName() 공개 메소드

public setName ( java arg0 ) : bool
arg0 java
리턴 bool

startDiscovery() 공개 메소드

public startDiscovery ( ) : bool
리턴 bool