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);
        }