Exemplo n.º 1
0
 private void btnGPI0Interrupt_Click(object sender, EventArgs e)
 {
     if (HighLevelInterface.SetGPI0Interrupt(tbIpAddress.Text, (GPIOTrigger)cbGPI0Interrupt.SelectedIndex) == Result.OK)
     {
         tsStatus.Text = "SetGPI0Interrupt OK!";
     }
     else
     {
         tsStatus.Text = "SetGPI0Interrupt Failed!";
     }
 }