C# 클래스 Nova_Paket_Dekoder.NovaPacketViewer

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: grodansparadis/vscp_firmware

보호된 프로퍼티들

프로퍼티 타입 설명
m_eventCodeNameToVal EventCode>.Dictionary
m_eventPriorityToval EVENT_PRIORITY>.Dictionary

공개 메소드들

메소드 설명
NovaPacketViewer ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

NovaPacketViewer() 공개 메소드

public NovaPacketViewer ( ) : System
리턴 System

프로퍼티 상세

m_eventCodeNameToVal 보호되어 있는 프로퍼티

protected Dictionary m_eventCodeNameToVal
리턴 EventCode>.Dictionary

m_eventPriorityToval 보호되어 있는 프로퍼티

protected Dictionary m_eventPriorityToval
리턴 EVENT_PRIORITY>.Dictionary