Home | History | Annotate | Download | only in JetCreator

Lines Matching refs:JET_Shutdown

1080 				eas_logger.warning('Stream was not closed before JET_Shutdown')

1084 eas_logger.debug('Call JET_Shutdown')
1085 result = eas_dll.JET_Shutdown(self.eas.handle)
1087 raise EAS_Exception(result, 'JET_Shutdown error %d' % result, 'JET_Shutdown')