C# Class LibUsbDotNet.Descriptors.LangStringDescriptor

Inheritance: UsbMemChunk
Mostra file Open project: arvydas/BlinkStickDotNet Class Usage Examples

Public Methods

Method Description
Get ( byte &bytes ) : bool
Get ( short &langIds ) : bool
Get ( string &str ) : bool
LangStringDescriptor ( int maxSize ) : System

Method Details

Get() public method

public Get ( byte &bytes ) : bool
bytes byte
return bool

Get() public method

public Get ( short &langIds ) : bool
langIds short
return bool

Get() public method

public Get ( string &str ) : bool
str string
return bool

LangStringDescriptor() public method

public LangStringDescriptor ( int maxSize ) : System
maxSize int
return System