IOffsetsCallback constructor
IOffsetsCallback(
- FbInterface self
Implementation
IOffsetsCallback(super.self) {
startIndex = super.startIndex + super.methodCount;
methodCount = 1;
_setOffset =
Pointer<
NativeFunction<
Void Function(
FbInterface,
FbInterface,
UnsignedInt,
UnsignedInt,
UnsignedInt,
)
>
>.fromAddress(vtable[startIndex])
.asFunction();
}