GetDeviceSN Method


This method obtains a Serial Number string for the USB Debug Adapter specified by an index passed in the nDeviceNum parameter. The index of the first device is 0 and the index of the last device is the value returned by DebugDevices - 1.


Syntax
[ sSerialNum = ] object.GetDeviceSN( _
        nDeviceNum As Long _
    )
Parameters
nDeviceNum
    Long with the index of the device.

Possible Values
sSerialNum
    String that receives the serial number.