Esempio n. 1
0
 public J2534Err PassThruStopMsgFilter(int channelId, int filterId)
 {
     if (!IsLoaded)
     {
         return(J2534Err.ERR_DLL_NOT_LOADED);
     }
     return((J2534Err)_wrapper.StopMsgFilter(channelId, filterId));
 }
Esempio n. 2
0
 public J2534Err PassThruStopMsgFilter(int channelId, int filterId)
 {
     return((J2534Err)m_wrapper.StopMsgFilter(channelId, filterId));
 }