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

CommandFailure() public method

public CommandFailure ( GenericValue commandValue, StatusFlags statusFlags, GenericValue feedbackValue ) : System
commandValue GenericValue
statusFlags StatusFlags
feedbackValue GenericValue
return System
            public CommandFailure(GenericValue commandValue, StatusFlags statusFlags, GenericValue feedbackValue)
            {
                this.CommandValue = commandValue;
                this.StatusFlags = statusFlags;
                this.FeedbackValue = feedbackValue;
            }
NotificationParameters.CommandFailure