USB_OBJECT_BULK_PIPE
if (!(fPipe->Type() & USB_OBJECT_BULK_PIPE)) {
if (!object.IsSet() || (object->Type() & USB_OBJECT_BULK_PIPE) == 0)
if (!object.IsSet() || (object->Type() & USB_OBJECT_BULK_PIPE) == 0)
if (!object.IsSet() || (object->Type() & USB_OBJECT_BULK_PIPE) == 0)
| USB_OBJECT_BULK_PIPE; }
if (pipe->Type() & USB_OBJECT_BULK_PIPE) {
else if (type & USB_OBJECT_BULK_PIPE)
if ((type & USB_OBJECT_BULK_PIPE) || (type & USB_OBJECT_INTERRUPT_PIPE)) {
(type & USB_OBJECT_BULK_PIPE) ? "bulk" : "interrupt");
if ((type & USB_OBJECT_BULK_PIPE) != 0)
if ((type & USB_OBJECT_BULK_PIPE) != 0