Method | Description | |
---|---|---|
UsbLockStyle ( DeviceLockType deviceLockType, ControlEpLockType controlEpLockType, DataEpLockType dataEpLockType ) |
Create a device lock style class.
|
|
UsbLockStyle ( DeviceLockType deviceLockType, ControlEpLockType controlEpLockType, DataEpLockType dataEpLockType, int endpoint0Timeout, int endpointLockTimeout ) |
Create a device lock style class.
|
public UsbLockStyle ( DeviceLockType deviceLockType, ControlEpLockType controlEpLockType, DataEpLockType dataEpLockType ) | ||
deviceLockType | DeviceLockType | See |
controlEpLockType | ControlEpLockType | See |
dataEpLockType | DataEpLockType | See |
public UsbLockStyle ( DeviceLockType deviceLockType, ControlEpLockType controlEpLockType, DataEpLockType dataEpLockType, int endpoint0Timeout, int endpointLockTimeout ) | ||
deviceLockType | DeviceLockType | See |
controlEpLockType | ControlEpLockType | See |
dataEpLockType | DataEpLockType | See |
endpoint0Timeout | int | Number of milliseconds to wait for an endpoint 0 lock before returning a timeout errorcode. |
endpointLockTimeout | int | Number of milliseconds to wait for an endpoint lock before returning a timeout errorcode. |