Mercurial > hg > ucis.core
comparison USBLib/Descriptor/UsbDescriptor.cs @ 22:5b14fed54a89
USBLib: cleanup
author | Ivo Smits <Ivo@UCIS.nl> |
---|---|
date | Mon, 15 Apr 2013 01:17:21 +0200 |
parents | dcfec2be27c9 |
children | 15ddb1e0e2a5 |
comparison
equal
deleted
inserted
replaced
21:dcfec2be27c9 | 22:5b14fed54a89 |
---|---|
1 using System; | 1 using System; |
2 using System.Collections.Generic; | 2 using System.Runtime.InteropServices; |
3 using System.Text; | 3 using System.Text; |
4 using System.Runtime.InteropServices; | |
5 using UCIS.USBLib.Communication; | 4 using UCIS.USBLib.Communication; |
6 | 5 |
7 namespace UCIS.USBLib.Descriptor { | 6 namespace UCIS.USBLib.Descriptor { |
8 [StructLayout(LayoutKind.Sequential, Pack = 1)] | 7 [StructLayout(LayoutKind.Sequential, Pack = 1)] |
9 public struct UsbDescriptor { | 8 public struct UsbDescriptor { |