BACnet.Ashrae.GetEnrollmentSummaryAck.Element.Element C# (CSharp) Method

Element() public method

public Element ( ObjectId objectIdentifier, EventType eventType, EventState eventState, byte priority, Option notificationClass ) : System
objectIdentifier ObjectId
eventType EventType
eventState EventState
priority byte
notificationClass Option
return System
            public Element(ObjectId objectIdentifier, EventType eventType, EventState eventState, byte priority, Option<uint> notificationClass)
            {
                this.ObjectIdentifier = objectIdentifier;
                this.EventType = eventType;
                this.EventState = eventState;
                this.Priority = priority;
                this.NotificationClass = notificationClass;
            }
GetEnrollmentSummaryAck.Element