OrtExternalSemaphoreDescriptor class final

\brief Descriptor for importing external semaphores.

\note The version field must be set to ORT_API_VERSION. This ensures forward compatibility as fields may be added in future versions.

\since Version 1.24.

Inheritance
Implemented types
Available extensions

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
hashCode int
The hash code for this object.
no setterinherited
native_handle Pointer<Void>
< Platform-specific handle (e.g., Windows HANDLE)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type OrtExternalSemaphoreType
no setter
typeAsInt int
< Type of the external semaphore
getter/setter pair
version int
< Must be ORT_API_VERSION
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