Eth32 Member Reference

The members of the Eth32 class are described below. Several features of the ETH32 device are represented in the class as properties. When the property is read by your code, a request is sent to the ETH32 device, the ETH32 replies with the requested value, and that value is returned as the value of the property. When your code writes a new value to the property, a command is sent to the ETH32 storing the new value for that setting. All of the Eth32 class properties are both readable and writable unless otherwise specified.

Most of the example code below shows only the relevant code, not a complete compilable application. For the purposes of these examples, assume that the Eth32 object has a variable name of dev and is declared at the top of a form module as follows:

Dim WithEvents dev As Eth32