|
PatchworkOS
|
MethodFlags structure. More...
#include <named.h>
Data Fields | |
| uint8_t | argCount |
| Amount of arguments (0-7) | |
| bool | isSerialized |
| true if method is serialized, false if not | |
| aml_sync_level_t | syncLevel |
| Synchronization level (0-15) | |
| uint8_t aml_method_flags_t::argCount |
Amount of arguments (0-7)
Definition at line 143 of file named.h.
Referenced by aml_method_evaluate(), aml_method_flags_read(), aml_method_invocation_read(), aml_object_to_string(), and aml_predefined_init().
| bool aml_method_flags_t::isSerialized |
true if method is serialized, false if not
Definition at line 144 of file named.h.
Referenced by aml_method_evaluate().
| aml_sync_level_t aml_method_flags_t::syncLevel |
Synchronization level (0-15)
Definition at line 145 of file named.h.
Referenced by aml_method_evaluate().