C# Класс CCManager.MainForm

View to interact with CC1101 hardware via serial
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые методы

Метод Описание
MainForm ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Disposes resources used by the form.

Приватные методы

Метод Описание
BtnImportSimpliciTIClick ( object sender, EventArgs e ) : void
BtnTransmitOnlyClick ( object sender, EventArgs e ) : void
BtnViewEditRegistersClick ( object sender, EventArgs e ) : void
BtnWriteRegistersClick ( object sender, EventArgs e ) : void
CharsetTest ( string testThis, string validChars ) : bool
DetectDataType ( string testString, int &byteCount ) : TransmitDataType
GetSerialPortViaPicker ( ) : string
InitializeComponent ( ) : void

This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.

MainFormFormClosing ( object sender, FormClosingEventArgs e ) : void
MainFormLoad ( object sender, EventArgs e ) : void
ParseTransmitDataTextbox ( ) : List
PopulateSerialPortList ( ComboBox cb ) : void
SetupRf ( ) : void
ShowRegisterViewEdit ( ) : string
StringifyByteWithPadding ( byte inputByte ) : string
TxtTransmitDataTextChanged ( object sender, EventArgs e ) : void
UpdateDataTypeLabel ( ) : void

Описание методов

Dispose() защищенный Метод

Disposes resources used by the form.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

MainForm() публичный Метод

public MainForm ( ) : System
Результат System