D_TIMMsgSetAllReceiveMessageOpt method

int D_TIMMsgSetAllReceiveMessageOpt(
  1. int opt,
  2. int start_hour,
  3. int start_minute,
  4. int start_second,
  5. int duration,
  6. Pointer<Uint8> user_data,
)

Implementation

int D_TIMMsgSetAllReceiveMessageOpt(int opt, int start_hour, int start_minute, int start_second, int duration, ffi.Pointer<ffi.Uint8> user_data) {
  return _D_TIMMsgSetAllReceiveMessageOpt(opt, start_hour, start_minute, start_second, duration, user_data);
}