C# Class Nova_Paket_Dekoder.NovaPacketViewer

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: grodansparadis/vscp_firmware

Protected Properties

Свойство Type Description
m_eventCodeNameToVal EventCode>.Dictionary
m_eventPriorityToval EVENT_PRIORITY>.Dictionary

Méthodes publiques

Méthode Description
NovaPacketViewer ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

NovaPacketViewer() public méthode

public NovaPacketViewer ( ) : System
Résultat System

Property Details

m_eventCodeNameToVal protected_oe property

protected Dictionary m_eventCodeNameToVal
Résultat EventCode>.Dictionary

m_eventPriorityToval protected_oe property

protected Dictionary m_eventPriorityToval
Résultat EVENT_PRIORITY>.Dictionary