BACnet.Ashrae.WritePropertyMultipleError.WritePropertyMultipleError C# (CSharp) Method

WritePropertyMultipleError() public method

public WritePropertyMultipleError ( Error errorType, ObjectPropertyReference firstFailedWriteAttempt ) : System
errorType Error
firstFailedWriteAttempt ObjectPropertyReference
return System
        public WritePropertyMultipleError(Error errorType, ObjectPropertyReference firstFailedWriteAttempt)
        {
            this.ErrorType = errorType;
            this.FirstFailedWriteAttempt = firstFailedWriteAttempt;
        }