C# 클래스 android.bluetooth.BluetoothClass

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

공개 메소드들

메소드 설명
describeContents ( ) : int
equals ( java arg0 ) : bool
getDeviceClass ( ) : int
getMajorDeviceClass ( ) : int
hasService ( int arg0 ) : bool
hashCode ( ) : int
toString ( ) : global::java.lang.String
writeToParcel ( android arg0, int arg1 ) : void

비공개 메소드들

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

메소드 상세

describeContents() 공개 메소드

public describeContents ( ) : int
리턴 int

equals() 공개 최종 메소드

public final equals ( java arg0 ) : bool
arg0 java
리턴 bool

getDeviceClass() 공개 메소드

public getDeviceClass ( ) : int
리턴 int

getMajorDeviceClass() 공개 메소드

public getMajorDeviceClass ( ) : int
리턴 int

hasService() 공개 메소드

public hasService ( int arg0 ) : bool
arg0 int
리턴 bool

hashCode() 공개 최종 메소드

public final hashCode ( ) : int
리턴 int

toString() 공개 최종 메소드

public final toString ( ) : global::java.lang.String
리턴 global::java.lang.String

writeToParcel() 공개 메소드

public writeToParcel ( android arg0, int arg1 ) : void
arg0 android
arg1 int
리턴 void