custom(3) Library Functions Manual custom(3)

custom - Custom operations API.


int LIBMTP_Custom_Operation (LIBMTP_mtpdevice_t *, uint16_t, int,...)

Issue custom (e.g. vendor specific) operation (without data phase)

Parameters

device a pointer to the device to send custom operation to.
code operation code to send.
n_param number of parameters passed.
... uint32_t operation specific parameters.

References LIBMTP_mtpdevice_struct::params.

Generated automatically by Doxygen for libmtp from the source code.

Version 1.1.22 libmtp