C# Class com.ReinforceLab.iPhone.Controls.AlphaRexRemoteController.BTDeviceInfo

Inheritance: System.ComponentModel.INotifyPropertyChanged
显示文件 Open project: reinforce-lab/com.ReinforceLab.MonoTouch.Controls Class Usage Examples

Public Methods

Method Description
BTDeviceInfo ( Byte bt_addr ) : System
GetBtAddress ( ) : String
invokePropertyChanged ( String name ) : void

Method Details

BTDeviceInfo() public method

public BTDeviceInfo ( Byte bt_addr ) : System
bt_addr Byte
return System

GetBtAddress() public method

public GetBtAddress ( ) : String
return String

invokePropertyChanged() public method

public invokePropertyChanged ( String name ) : void
name String
return void