D_TIMSetMsgAllMessageReceiveOptionCallback method

int D_TIMSetMsgAllMessageReceiveOptionCallback(
  1. Pointer<Uint8> user_data
)

Implementation

int D_TIMSetMsgAllMessageReceiveOptionCallback(ffi.Pointer<ffi.Uint8> user_data) {
  return _D_TIMSetMsgAllMessageReceiveOptionCallback(user_data);
}