BACnet.Ashrae.PropertyStates.NewSystemStatus C# (CSharp) Метод

NewSystemStatus() публичный статический Метод

public static NewSystemStatus ( DeviceStatus systemStatus ) : PropertyStates
systemStatus DeviceStatus
Результат PropertyStates
        public static PropertyStates NewSystemStatus(DeviceStatus systemStatus)
        {
            return new SystemStatusWrapper(systemStatus);
        }