Frida Docs Unified
GitHub
Preparing search index...
@types/frida-gum
UnixSystemFunctionResult
Interface UnixSystemFunctionResult<Value>
interface
UnixSystemFunctionResult
<
Value
extends
NativeFunctionReturnValue
>
{
errno
:
number
;
value
:
Value
;
}
Type Parameters
Value
extends
NativeFunctionReturnValue
Index
Properties
errno
value
Properties
errno
errno
:
number
value
value
:
Value
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
errno
value
GitHub
Frida Docs Unified
Loading...