Difference between revisions of "Capmtp services"
Jump to navigation
Jump to search
m |
m |
||
Line 1: | Line 1: | ||
+ | This implements the MTP PTP protocol[https://www.usb.org/document-library/media-transfer-protocol-v11-spec-and-mtp-v11-adopters-agreement]. | ||
+ | |||
= capmtp = | = capmtp = | ||
− | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" |
Revision as of 04:22, 1 December 2020
This implements the MTP PTP protocol[1].
capmtp
Cmd | Name | Notes |
---|---|---|
0 | No input. Returns a session of #ICapmtpInterface |
ICapmtpInterface
This is "nn::capmtp::ICapmtpInterface".
Cmd | Name | Notes |
---|---|---|
0 | ||
1 | ||
2 | No input or output. Starts MTP command handler "nn.capmtp.CapmtpCommandLoop". | |
3 | No input or output. Stops "nn.capmtp.CapmtpCommandLoop". | |
4 | No input. Returns true if "nn.capmtp.CapmtpCommandLoop" is running. | |
5 | ||
6 | ||
7 | ||
8 |
Notes
Only operation calls 0x1001-0x100A are available.