BACnet.Ashrae.NotificationParameters.NewCommandFailure C# (CSharp) Méthode

NewCommandFailure() public static méthode

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