Is the endpoint's direction IN (device to host)
Returns True if IN (device to host), False if OUT (host to device)
Type Return
A Boolean Value
Syntax
Object.UsbEndpointDirectionIn ( addr)
The UsbEndpointDirectionIn Methods syntax has these parts:
Part | Description |
object | An expression evaluating to an Object of type modWinUSB. |
addr | Required. A Long Value. The endpoint address. |