Exemplo n.º 1
0
        private void btnSetPS_Click(object sender, EventArgs e)
        {
            if (tbPS.Text.Length > 8)
            {
                MessageBox.Show("Invalid input", "PS must be less than 8 characters long.", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
                return;
            }

            _encoder.SetPS(tbPS.Text);
        }
Exemplo n.º 2
0
 private void config_0A()
 {
     logger.Add("********* Sent Config *************");
     _encoder.SetPI(PI);
     _encoder.SetAF(AF);
     _encoder.SetPS(Radio);
     _encoder.SetTraffic(false, true); // TA,TP
     _encoder.SetPTY(PTY.Varied);
     _encoder.Set3A("353044C0CD46");
     //_encoder.SetRadioText(tbRT.Text);
 }