nxtypes

package
v0.0.0-...-e9d5adc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ResultOK = 0
)

Predefined Results

Variables

This section is empty.

Functions

This section is empty.

Types

type ARUID

type ARUID uint64 // Applet resource user id

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 Event

type Event struct {
	Revent    Handle
	Wevent    Handle
	AutoClear bool
}

Event is a Kernel-mode event structure

type Handle

type Handle uint32 // Resource handle

type NativeHandle

type NativeHandle struct {
	Version int32
	NumFds  int32
	NumInts int32
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL