Subversion Repositories group.NITPanels

Rev

Rev 11 | Rev 19 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11 Rev 16
Line 12... Line 12...
12
using LibUsbDotNet.DeviceNotify;
12
using LibUsbDotNet.DeviceNotify;
13
 
13
 
14
namespace NITNavComm {
14
namespace NITNavComm {
15
    public class NITAudioSelDevice : NITDevice {
15
    public class NITAudioSelDevice : NITDevice {
16
 
16
 
-
 
17
        public VolumeControl volcontrol = new VolumeControl();
-
 
18
 
17
        public const byte USBCMD_READ_BUTTONS = 100;
19
        public const byte USBCMD_READ_BUTTONS = 100;
18
        public const byte USBCMD_LEDS_SET = 101;
20
        public const byte USBCMD_LEDS_SET = 101;
19
 
21
 
20
        private int simStatus { get; set; }
22
        private int simStatus { get; set; }
21
        public byte ledStatus { get; set; }
23
        public byte ledStatus { get; set; }