InterfaceStatus

Public Function InterfaceStatus() As Short

 

This procedure returns to HomeSeer a status of your interface.  The following constants are typically used:

ERR_NONE = 0

ERR_SEND = 1

ERR_INIT = 2

ERR_NOTREADY = 3

 

Any non-zero value will be displayed in the Interfaces page of the HomeSeer configuration setup, so values outside the ones shown above are permitted and can be used to indicate a broader range of plug-in problems than our examples.

 

This is a required procedure for all types of plug-ins.