C# Class Symphonary.SerialPortSelector

Interaction logic for ChannelPortSelector.xaml
Inheritance: System.Windows.Window
ファイルを表示 Open project: tfreedman/Symphonary Class Usage Examples

Public Methods

Method Description
Refresh ( string s_PrevSelectedSerialPort ) : void
SerialPortSelector ( System.Windows.Controls.ListView serialPortsListView ) : System
SerialPortSelector ( string s_PrevSelectedSerialPort, RoutedEventHandler extOkButtonClickedEvent ) : System
SerialPortSelector ( string s_PrevSelectedSerialPort, RoutedEventHandler extOkButtonClickedEvent, NWGUI Browser ) : System
getPortList ( NWGUI Browser ) : void
getSelectedSerialPort ( ) : string
getSelectedSerialPort ( NWGUI Browser ) : string

Private Methods

Method Description
getPortList ( ) : void
refreshButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

Refresh() public method

public Refresh ( string s_PrevSelectedSerialPort ) : void
s_PrevSelectedSerialPort string
return void

SerialPortSelector() public method

public SerialPortSelector ( System.Windows.Controls.ListView serialPortsListView ) : System
serialPortsListView System.Windows.Controls.ListView
return System

SerialPortSelector() public method

public SerialPortSelector ( string s_PrevSelectedSerialPort, RoutedEventHandler extOkButtonClickedEvent ) : System
s_PrevSelectedSerialPort string
extOkButtonClickedEvent RoutedEventHandler
return System

SerialPortSelector() public method

public SerialPortSelector ( string s_PrevSelectedSerialPort, RoutedEventHandler extOkButtonClickedEvent, NWGUI Browser ) : System
s_PrevSelectedSerialPort string
extOkButtonClickedEvent RoutedEventHandler
Browser NWGUI
return System

getPortList() public method

public getPortList ( NWGUI Browser ) : void
Browser NWGUI
return void

getSelectedSerialPort() public method

public getSelectedSerialPort ( ) : string
return string

getSelectedSerialPort() public method

public getSelectedSerialPort ( NWGUI Browser ) : string
Browser NWGUI
return string