libnx  v4.8.0
Functions
capmtp.h File Reference

capmtp service IPC wrapper. More...

#include "../types.h"
#include "../kernel/event.h"
#include "../sf/service.h"

Go to the source code of this file.

Functions

Result capmtpInitialize (void *mem, size_t size, u32 app_count, u32 max_img, u32 max_vid, const char *other_name)
 
void capmtpExit (void)
 
ServicecapmtpGetRootServiceSession (void)
 
ServicecapmtpGetServiceSession (void)
 
Result capmtpStartCommandHandler (void)
 
Result capmtpStopCommandHandler (void)
 
bool capmtpIsRunning (void)
 
EventcapmtpGetConnectionEvent (void)
 
bool capmtpIsConnected (void)
 
EventcapmtpGetScanErrorEvent (void)
 
Result capmtpGetScanError (void)
 

Detailed Description

capmtp service IPC wrapper.

Note
Only available on [11.0.0+].
Author
Behemoth