BACnet.Ashrae.ConfirmedServiceAck.NewGetAlarmSummary C# (CSharp) Method

NewGetAlarmSummary() public static method

public static NewGetAlarmSummary ( GetAlarmSummaryAck getAlarmSummary ) : ConfirmedServiceAck
getAlarmSummary GetAlarmSummaryAck
return ConfirmedServiceAck
        public static ConfirmedServiceAck NewGetAlarmSummary(GetAlarmSummaryAck getAlarmSummary)
        {
            return new GetAlarmSummaryWrapper(getAlarmSummary);
        }