PatchworkOS
Loading...
Searching...
No Matches
aml_method_flags_t Struct Reference

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)
 

Detailed Description

MethodFlags structure.

Definition at line 141 of file named.h.

Field Documentation

◆ argCount

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().

◆ isSerialized

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().

◆ syncLevel

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().


The documentation for this struct was generated from the following file: