C# Class BACnet.Explorer.Core.Plugins.Tabs.DeviceAlarmsTab.Panel

Inheritance: BACnet.Explorer.Core.Controls.BACnetPanel
Show file Open project: LorenVS/bacstack

Public Methods

Method Description
Panel ( ObjectInfo device ) : System

Constructs a new device info tab panel

Refresh ( Client client ) : System.Threading.Tasks.Task

Refresh information on the panel

Method Details

Panel() public method

Constructs a new device info tab panel
public Panel ( ObjectInfo device ) : System
device ObjectInfo The device to show information for
return System

Refresh() public method

Refresh information on the panel
public Refresh ( Client client ) : System.Threading.Tasks.Task
client Client The bacnet client to use for refreshing
return System.Threading.Tasks.Task