Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.30 KB | None | 0 0
  1.  Function getDeviceInfo(ByVal handle As Short)
  2.  
  3.         Dim infoText(7) As String
  4.         Dim infoStr As String
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.         infoStr = "                    "
  13.                 ps2000_get_unit_info(handle, infoStr, CShort(infoStr.Length), 4)
  14.  
  15.                 Return infoStr
  16.  
  17.  
  18.     End Function
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement