Example #1
0
 private void btnSetPara_Click(object sender, EventArgs e)
 {
     PassiveCommand.SetConfig(SystemPub.ADRcp, GetBasicParametersPnfo().ToArray());
     //if (!SystemPub.ADRcp.SendBytePkt(PassiveRcp.SetConfig(SystemPub.ADRcp.Address, GetBasicParametersPnfo().ToArray()))) { }
 }