Documentation
¶
Index ¶
Constants ¶
View Source
const (
ResultOK = 0
)
Predefined Results
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppletType ¶
type AppletType int64
AppletType https://github.com/switchbrew/libnx/blob/master/nx/include/switch/services/applet.h
const ( AppletTypeNone AppletType = -2 AppletTypeDefault AppletType = -1 AppletTypeApplication AppletType = 0 AppletTypeSystemApplet AppletType = 1 AppletTypeLibraryApplet AppletType = 2 AppletTypeOverlayApplet AppletType = 3 AppletTypeSystemApplication AppletType = 4 )
type NativeHandle ¶
NativeHandle from Android native_handle.h
type ReventHandle ¶
type ReventHandle Handle // Revent handle
type SessionHandle ¶
type SessionHandle Handle // Session handle
type SharedMemoryHandle ¶
type SharedMemoryHandle Handle // Shared Memory handle
type TransferMemoryHandle ¶
type TransferMemoryHandle Handle // Transfer Memory handle
Click to show internal directories.
Click to hide internal directories.