C# Class android.bluetooth.BluetoothClass

Inheritance: java.lang.Object, android.os.Parcelable
Mostra file Open project: JeroMiya/androidmono

Public Methods

Method Description
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

Private Methods

Method Description
BluetoothClass ( )
BluetoothClass ( global @__env )

Method Details

describeContents() public method

public describeContents ( ) : int
return int

equals() public final method

public final equals ( java arg0 ) : bool
arg0 java
return bool

getDeviceClass() public method

public getDeviceClass ( ) : int
return int

getMajorDeviceClass() public method

public getMajorDeviceClass ( ) : int
return int

hasService() public method

public hasService ( int arg0 ) : bool
arg0 int
return bool

hashCode() public final method

public final hashCode ( ) : int
return int

toString() public final method

public final toString ( ) : global::java.lang.String
return global::java.lang.String

writeToParcel() public method

public writeToParcel ( android arg0, int arg1 ) : void
arg0 android
arg1 int
return void