Classes | |
| class | WINIOCTL_H |
| This class wraps the CTL_CODE function into a C# class. More... | |
Enumerations | |
| enum | MethodType { Buffered = 0, InDirect = 1, OutDirect = 2, Neither = 3 } |
| Method Type enum. More... | |
| enum | AccessType { Any = 0, Read = 1, Write = 2 } |
| Access Type enum. More... | |
| enum | DeviceType { Beep = 0x00000001, CDRom = 0x00000002, CDRomFileSystem = 0x00000003, Controller = 0x00000004, Datalink = 0x00000005, Dfs = 0x00000006, Disk = 0x00000007, DiskFileSystem = 0x00000008, FileSystem = 0x00000009, InportPort = 0x0000000a, Keyboard = 0x0000000b, Mailslot = 0x0000000c, MidiIn = 0x0000000d, MidiOut = 0x0000000e, Mouse = 0x0000000f, MultiUncProvider = 0x00000010, NamedPipe = 0x00000011, Network = 0x00000012, NetworkBrowser = 0x00000013, NetworkFileSystem = 0x00000014, Null = 0x00000015, ParallelPort = 0x00000016, PhysicalNetcard = 0x00000017, Printer = 0x00000018, Scanner = 0x00000019, SerialMousePort = 0x0000001a, SerialPort = 0x0000001b, Screen = 0x0000001c, Sound = 0x0000001d, Streams = 0x0000001e, Tape = 0x0000001f, TapeFileSystem = 0x00000020, Transport = 0x00000021, Unknown = 0x00000022, Video = 0x00000023, VirtualDisk = 0x00000024, WaveIn = 0x00000025, WaveOut = 0x00000026, Port8042 = 0x00000027, NetworkRedirector = 0x00000028, Battery = 0x00000029, BusExtender = 0x0000002a, Modem = 0x0000002b, Vdm = 0x0000002c, MassStorage = 0x0000002d, Smb = 0x0000002e, Ks = 0x0000002f, Changer = 0x00000030, Smartcard = 0x00000031, Acpi = 0x00000032, Dvd = 0x00000033, FullscreenVideo = 0x00000034, DfsFileSystem = 0x00000035, DfsVolume = 0x00000036, I2cPort = 32768, GpioPort = 32770, SpiPort = 32772, ADC = 32774, Hal = 0x00000101, Console = 0x00000102, Psl = 0x00000103, Service = 0x00000104 } |
| Device Type enum. More... | |
Device Type enum.
// Use of the Digi constants DeviceType.I2cPort DeviceType.GpioPort DeviceType.SpiPort DeviceType.ADC
Method Type enum.
// Use of the constants MethodType.Buffered MethodType.InDirect MethodType.OutDirect MethodType.Neither
1.5.9