Private Method UsbEndpointDirectionOut

Is the endpoint's direction OUT (host to device)
Returns True if OUT (host to device, False if IN (device to host)

Type Return

A Boolean Value

Syntax

Object.UsbEndpointDirectionOut ( addr)

The UsbEndpointDirectionOut Methods syntax has these parts:

Part Description
object An expression evaluating to an Object of type modWinUSB.
addrRequired. A Long Value. The endpoint address.