Пример #1
0
        //USB Methods
        public UInt32 GetDeviceCount()
        {
            UInt32 count = lambdaUSB.GetDeviceCount();

            return(count);
        }