Method | Description | |
---|---|---|
BACnetPanel ( ) : System |
Constructs a new BACnetPanel instance
|
|
Refresh ( BACnet client ) : System.Threading.Tasks.Task |
Refreshes information on the panel
|
Method | Description | |
---|---|---|
OnLoad ( |
Perform the initial refresh on load
|
|
OnUnLoad ( |
Disabled future refreshes
|
Method | Description | |
---|---|---|
_refresh ( object sender, |
Called when the refreshTimer elapses, and triggers a refresh of BACnet data on this panel
|
protected OnUnLoad ( |
||
e | ||
return | void |
public Refresh ( BACnet client ) : System.Threading.Tasks.Task | ||
client | BACnet | The client to use for refreshing |
return | System.Threading.Tasks.Task |