Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:\Treiber\newtest\driver-dev-2016-l1>
- C:\Treiber\newtest\driver-dev-2016-l1>python wdm1-test.py
- open device
- clear the Buffer
- get driver compile time
- build time: Apr 25 2016,23:34:07
- get list size
- list size 10
- fill driver with data
- AddInsertSorted: Added item 81985529216486895!
- AddInsertSorted: Added item 0!
- AddInsertSorted: Added item 317030418524852!
- AddInsertSorted: Added item 692721354063229269!
- AddInsertSorted: Added item 375277828710049012!
- AddInsertSorted: Added item 1070935975390360080!
- AddInsertSorted: Added item 968910716336966257!
- AddInsertSorted: Added item 1070373492975468835!
- AddInsertSorted: Added item 96392355877324391!
- AddInsertSorted: Added item 96392355877324391!
- AddInsertSorted: Failed to add!
- clear the Buffer
- fill driver with data
- AddInsertSorted: Added item 2!
- AddInsertSorted: Added item 9!
- AddInsertSorted: Added item 5!
- AddInsertSorted: Added item 6!
- AddInsertSorted: Added item 9!
- AddInsertSorted: Added item 2!
- read by index
- Data at index 5 : 2
- GetItem: Failed to get item at index 100!
- Data at index 7 : 6
- Data at index 4 : 0
- delete by index
- DeleteItem: Deleted item at index 99!
- DeleteItem: Deleted item at index 4!
- DeleteItem: Deleted item at index 0!
- DeleteItem: Deleted item at index 5!
- clear the Buffer
- delete by index: out of bounds
- DeleteItem: Failed to delete item at index 4!
- get by index: out of bounds
- Data at index 3 : 0
- Close device
- C:\Treiber\newtest\driver-dev-2016-l1>
Advertisement
Add Comment
Please, Sign In to add comment