RacPlatformAdapterStruct class base

Platform adapter struct matching rac_platform_adapter_t Note: This is a complex struct - for simplicity we use Pointer

Inheritance
Implemented types
Available extensions

Constructors

RacPlatformAdapterStruct()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
extractArchive Pointer<Void>
getter/setter pair
fileDelete Pointer<NativeFunction<RacFileDeleteCallbackNative>>
getter/setter pair
fileExists Pointer<NativeFunction<RacFileExistsCallbackNative>>
getter/setter pair
fileRead Pointer<NativeFunction<RacFileReadCallbackNative>>
getter/setter pair
fileWrite Pointer<NativeFunction<RacFileWriteCallbackNative>>
getter/setter pair
getMemoryInfo Pointer<NativeFunction<RacGetMemoryInfoCallbackNative>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
httpDownload Pointer<Void>
getter/setter pair
httpDownloadCancel Pointer<Void>
getter/setter pair
log Pointer<NativeFunction<RacLogCallbackNative>>
getter/setter pair
nowMs Pointer<NativeFunction<RacNowMsCallbackNative>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secureDelete Pointer<NativeFunction<RacSecureDeleteCallbackNative>>
getter/setter pair
secureGet Pointer<NativeFunction<RacSecureGetCallbackNative>>
getter/setter pair
secureSet Pointer<NativeFunction<RacSecureSetCallbackNative>>
getter/setter pair
trackError Pointer<NativeFunction<RacTrackErrorCallbackNative>>
getter/setter pair
userData Pointer<Void>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited