D_TIMMsgSetAllReceiveMessageOpt2 method

int D_TIMMsgSetAllReceiveMessageOpt2(
  1. int opt,
  2. int start_time_stamp,
  3. int duration,
  4. Pointer<Uint8> user_data,
)

Implementation

int D_TIMMsgSetAllReceiveMessageOpt2(int opt, int start_time_stamp, int duration, ffi.Pointer<ffi.Uint8> user_data) {
  return _D_TIMMsgSetAllReceiveMessageOpt2(opt, start_time_stamp, duration, user_data);
}