C# Class Nova_Paket_Dekoder.NovaPacketViewer

Inheritance: System.Windows.Forms.Form
Mostra file Open project: grodansparadis/vscp_firmware

Protected Properties

Property Type Description
m_eventCodeNameToVal EventCode>.Dictionary
m_eventPriorityToval EVENT_PRIORITY>.Dictionary

Public Methods

Method Description
NovaPacketViewer ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ExtractSerialVSCPMessage ( int i_length, byte i_data ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnDataReceive_serialPort ( object sender, System e ) : void
OnFormLoad ( object sender, EventArgs e ) : void
OnReceivedMessage ( object i_msg ) : void
btnClearListView_Click ( object sender, EventArgs e ) : void
btnSend_Click ( object sender, EventArgs e ) : void
btn_start_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

NovaPacketViewer() public method

public NovaPacketViewer ( ) : System
return System

Property Details

m_eventCodeNameToVal protected_oe property

protected Dictionary m_eventCodeNameToVal
return EventCode>.Dictionary

m_eventPriorityToval protected_oe property

protected Dictionary m_eventPriorityToval
return EVENT_PRIORITY>.Dictionary