libtransistor
A userland library for the Nintendo Switch
|
Public Member Functions | |
Object (ipc_object_t object) | |
Object (const Object &)=delete | |
Object & | operator= (const Object &)=delete |
Object (Object &&other) | |
Object & | operator= (Object &&other) |
template<uint32_t id, typename... Args> | |
Result< std::nullopt_t > | SendSyncRequest (Args &&...args) |
Data Fields | |
bool | is_valid |
ipc_object_t | object |