BACnet.Ashrae.NotificationParameters.NewCommandFailure C# (CSharp) Method

NewCommandFailure() public static method

public static NewCommandFailure ( GenericValue commandValue, StatusFlags statusFlags, GenericValue feedbackValue ) : NotificationParameters
commandValue GenericValue
statusFlags StatusFlags
feedbackValue GenericValue
return NotificationParameters
        public static NotificationParameters NewCommandFailure(GenericValue commandValue, StatusFlags statusFlags, GenericValue feedbackValue)
        {
            return new CommandFailure(commandValue, statusFlags, feedbackValue);
        }