IReplicator constructor
IReplicator(
- FbInterface self
Implementation
IReplicator(super.self) {
startIndex = super.startIndex + super.methodCount;
methodCount = 3;
var idx = startIndex;
_process =
Pointer<
NativeFunction<
Void Function(
FbInterface,
FbInterface,
UnsignedInt,
Pointer<Uint8>,
)
>
>.fromAddress(vtable[idx++])
.asFunction();
_deprecatedClose =
Pointer<
NativeFunction<Void Function(FbInterface, FbInterface)>
>.fromAddress(vtable[idx++])
.asFunction();
_close =
Pointer<
NativeFunction<Void Function(FbInterface, FbInterface)>
>.fromAddress(vtable[idx++])
.asFunction();
}