VerifyConnection Method

void VerifyConnection()

Summary

This method sends a "ping" command (not an ICMP Ping) to the ETH32 device and waits for a response. It can be used to verify that there is still a good connection to the device.

Parameters

This method does not have any parameters.

Return Value

This method does not return a value. If any error occurs, an Eth32Exception will be raised.

See Also

Connect Method, Connected Property, Disconnect Method