public J2534Err PassThruStopPeriodicMsg(int channelId, int msgId) { if (!IsLoaded) { return(J2534Err.ERR_DLL_NOT_LOADED); } return((J2534Err)_wrapper.StopPeriodicMsg(channelId, msgId)); }
public J2534Err PassThruStopPeriodicMsg(int channelId, int msgId) { return((J2534Err)m_wrapper.StopPeriodicMsg(channelId, msgId)); }