Handbook
Glossary
bcdDevice>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
bcdDevice>>
( object -- value )
Methods
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
libusb
math
;
M:
libusb_device_descriptor
bcdDevice>>
T{
struct-slot-spec
{
name
"bcdDevice"
}
{
offset 12
}
{
class
fixnum
}
{
initial 0
}
{
type
uint16_t
}
}
read-struct-slot
;
inline