Свойство | Type | Description | |
---|---|---|---|
SETUP_PACKET_SIZE | int |
Méthode | Description | |
---|---|---|
GetData ( int transferLength ) : Byte[] |
Gets control data as bytes.
|
|
MonoUsbControlSetup ( |
Creates a MonoUsbControlSetup structure for a control setup packet pointer. The pControlSetup pointer must be a pointer in memory to a valid Libusb-1.0 libusb__control__setup that was allocated with MonoUsbControlSetupHandle. |
|
SetData ( |
Copies data into PtrData.
|
public GetData ( int transferLength ) : Byte[] | ||
transferLength | int | The number of bytes to copy out of |
Résultat | Byte[] |
public MonoUsbControlSetup ( |
||
pControlSetup | Pointer to the setup packet. This will usually be |
|
Résultat | System |
public SetData ( |
||
data |
///
|
|
offset | int | The offset in |
length | int | Number of to copy. |
Résultat | void |