'Option Strict Off 'Option Explicit On Imports VB = Microsoft.VisualBasic Public Module modProject '========================================================= 'Project: Amptek MultiUSB for DPP Devices 'This API provides access to Amptek devices that use the Microsoft WinUSB Driver. '



'

Copyright 2012 Amptek Inc.



'





' ***********************************************************************
' Software License Agreement
'
' Licensor grants any person obtaining a copy of this software ("You") ' a worldwide, royalty-free, non-exclusive license, for the duration of ' the copyright, free of charge, to store and execute the Software in a ' computer system and to incorporate the Software or any portion of it ' in computer programs You write.
'
' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, ' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN ' THE SOFTWARE.
' ***********************************************************************
'

'

'

'Project: 'Purpose: Amptek DP5 FW6 MultiUSB Demonstration Project End Module