NAME
Device::HID::XS - XS Wrapper around HIDAPI
SYNOPSIS
use Device::HID::XS qw(:all);
DESCRIPTION
See Device::HID for a Perlish wrapper.
EXPORT
None by default.
Exportable constants
None.
Exportable functions
hid_init
hid_exit
hid_enumerate
hid_free_enumeration
hid_open
hid_open_path
hid_write
hid_read_timeout
hid_read
hid_set_nonblocking
hid_send_feature_report
hid_get_feature_report
hid_close
hid_get_manufacturer_string
hid_get_product_string
hid_get_serial_number_string
hid_get_indexed_string
hid_error
SEE ALSO
AUTHOR
Ahmad Fatoum, <ahmad@a3f.at>
COPYRIGHT AND LICENSE
Copyright (C) 2017 by Ahmad Fatoum
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.24.0 or, at your option, any later version of Perl 5 you may have available.