libusb_transfer? ( object -- ? )


Vocabulary
libusb

Inputs and outputs
objectan object
?a boolean


Word description
Tests if the object is an instance of the libusb_transfer class.

Definition
USING: classes.tuple.private ;

IN: libusb

: libusb_transfer? ( object -- ? )
\ libusb_transfer 9 tuple-instance? ;