Exemplo n.º 1
0
 public void Dispose()
 {
     if (this.DMXController != null && IsConnected)
     {
         this.DMXController.Dispose();
     }
     VellemanDMX.StopDevice();
 }
Exemplo n.º 2
0
 public void setDmxValue(int channel, byte value)
 {
     VellemanDMX.SetData(channel, value);
 }