C# Class LibUsbDotNet.Internal.LibUsb.LibUsbDriverIO

Show file Open project: arvydas/BlinkStickDotNet Class Usage Examples

Private Properties

Property Type Description
GetDeviceNameString string
OpenDevice SafeFileHandle
UsbIOSync bool

Private Methods

Method Description
GetDeviceNameString ( int index ) : string
OpenDevice ( String deviceFileName ) : SafeFileHandle
UsbIOSync ( SafeHandle dev, int code, Object inBuffer, int inSize, IntPtr outBuffer, int outSize, int &ret ) : bool