IDtcStart constructor

IDtcStart(
  1. FbInterface self
)

Implementation

IDtcStart(super.self) {
  startIndex = super.startIndex + super.methodCount;
  methodCount = 3;
  var idx = startIndex;
  _addAttachment = Pointer<
          NativeFunction<
              Void Function(FbInterface, FbInterface,
                  FbInterface)>>.fromAddress(vtable[idx++])
      .asFunction();
  _addWithTpb = Pointer<
          NativeFunction<
              Void Function(FbInterface, FbInterface, FbInterface,
                  UnsignedInt, Pointer<Uint8>)>>.fromAddress(vtable[idx++])
      .asFunction();
  _start = Pointer<
          NativeFunction<
              FbInterface Function(
                  FbInterface, FbInterface)>>.fromAddress(vtable[idx++])
      .asFunction();
}