The ETH32 provides a reset command that allows you to reset the port settings back to their poweron default values. For example, this sets all ports back to input mode and disables PWM channels, etc. The full list of settings that are affected is included in the description of the reset function. Note that doing a reset does not affect the network configuration of the device (its IP address, etc).
The ETH32 maintains a set of connection flags for each active connection to the device. Currently, the connection flags are used to indicate whether there was ever any data that the ETH32 had to discard for that connection due to lack of outgoing buffer space. These flags are informational only and in the majority of cases you do not need to consider them at all. More information is provided in the function reference, linked to below.
Task | C / C++ | .NET Languages | Visual Basic 6 |
---|---|---|---|
Reset | eth32_reset | ResetDevice Method | ResetDevice Method |
Read/reset connection flags | eth32_connection_flags | ConnectionFlags Method | ConnectionFlags Method |