Download Winford Engineering ETH32 API Version 2 Documentation

Transcript
Winford Engineering ETH32 API Version 2 Documentation
www.winford.com
See Also
Result Property, NumResults Property, DiscoverIp Method, Free Method
Result Property
Friend Property Result(ByVal index As Long) As eth32cfg_data
Summary
This property is used to access the device information and configuration data for each device that was
found on the last call to the Query Method or the DiscoverIp Method.
Parameters
index - The index of the result to return.
Value
This property is a eth32cfg_data Structure. It returns the configuration data for the result at the specified
index location.
Remarks
The index is zero-based, which means it can range from zero up to one less than the number of available
results (as indicated by the NumResults Property).
See Also
eth32cfg_data Structure, NumResults Property, DiscoverIp Method, Query Method
SerialNumString Method
Public Function SerialNumString(ByVal product_id As Byte, _
ByVal serialnum_batch As Integer, ByVal serialnum_unit As Integer) As String
Summary
This method takes the numeric components of the ETH32 serial number and formats a serial number string
in the same way that it is printed on the ETH32 device enclosure.
Parameters
product_id - The product ID portion of the serial number
serialnum_batch - The batch number portion of the serial number
serialnum_unit - The unit number portion of the serial number
239