native/types/basic_types library

Classes

RacLogLevel
Log level for the logging callback (rac_log_level_t), as the raw C-ABI integers the native layer expects.
RacResultCode
Error codes matching rac_error.h

Constants

RAC_FALSE → const int
RAC_SUCCESS → const int
RAC success value
RAC_TRUE → const int
RAC boolean values

Typedefs

RacHandle = Pointer<Void>
============================================================================= RunAnywhere Commons FFI Type Definitions
RacResult = Int32
Result type for all RAC functions (rac_result_t) 0 = success, negative = error