BACnet.Explorer.Core.Plugins.Tabs.DeviceInfoTab.Active C# (CSharp) Method

Active() public method

Determines whether this page should be created for a device
public Active ( ObjectInfo deviceInfo ) : bool
deviceInfo ObjectInfo The device info
return bool
        public bool Active(ObjectInfo deviceInfo)
        {
            return true;
        }
DeviceInfoTab