techGetDeviceTechFile
techGetDeviceTechFile(d_deviceID) =>d_techID/ nil
Description
Returns the database identifier for the technology database bound to the specified device.
Arguments
Value Returned
|
The database identifier of the technology database bound to the specified device. |
|
|
The device does not exist or its technology database cannot be determined. |
Example
techGetDeviceTechFile (devID)
=> db:25675212
Returns the database identifier for the technology database bound to the device identified by devID.
Return to top