BACnet.Ashrae.PropertyStates.SystemStatusWrapper.SystemStatusWrapper C# (CSharp) Method

SystemStatusWrapper() public method

public SystemStatusWrapper ( DeviceStatus item ) : System
item DeviceStatus
return System
            public SystemStatusWrapper(DeviceStatus item)
            {
                this.Item = item;
            }
PropertyStates.SystemStatusWrapper