Esempio n. 1
0
 public RadioPanelPZ69SRS(int portFrom, string ipAddressTo, int portTo, HIDSkeleton hidSkeleton) : base(hidSkeleton)
 {
     SRSListenerFactory.SetParams(portFrom, ipAddressTo, portTo);
     SRSListenerFactory.GetSRSListener().Attach(this);
     VendorId  = 0x6A3;
     ProductId = 0xD05;
     CreateRadioKnobs();
     Startup();
 }