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

NewSystemStatus() public static method

public static NewSystemStatus ( DeviceStatus systemStatus ) : PropertyStates
systemStatus DeviceStatus
return PropertyStates
        public static PropertyStates NewSystemStatus(DeviceStatus systemStatus)
        {
            return new SystemStatusWrapper(systemStatus);
        }