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