C# Class hobd.ConfigurationSection

Inheritance: Fleux.UIElements.Panorama.PanoramaSection
ファイルを表示 Open project: cail/hobd Class Usage Examples

Public Properties

Property Type Description
ChoosePortAction System.Action

Public Methods

Method Description
ConfigurationSection ( int layoutX, int layoutY ) : System
DiscoverBT ( ) : void
OnBluetoothScan ( Fleux.UIElements.UIElement e ) : void
OnChoosePort ( Fleux.UIElements.UIElement e ) : void

Protected Methods

Method Description
CreateItems ( ) : void

Private Methods

Method Description
UpdateBTStatus ( string label ) : void

Method Details

ConfigurationSection() public method

public ConfigurationSection ( int layoutX, int layoutY ) : System
layoutX int
layoutY int
return System

CreateItems() protected method

protected CreateItems ( ) : void
return void

DiscoverBT() public method

public DiscoverBT ( ) : void
return void

OnBluetoothScan() public method

public OnBluetoothScan ( Fleux.UIElements.UIElement e ) : void
e Fleux.UIElements.UIElement
return void

OnChoosePort() public method

public OnChoosePort ( Fleux.UIElements.UIElement e ) : void
e Fleux.UIElements.UIElement
return void

Property Details

ChoosePortAction public_oe property

public Action,System ChoosePortAction
return System.Action