BACnet.Ashrae.GetEnrollmentSummaryAck.Element.Element C# (CSharp) Метод

Element() публичный Метод

public Element ( ObjectId objectIdentifier, EventType eventType, EventState eventState, byte priority, Option notificationClass ) : System
objectIdentifier ObjectId
eventType EventType
eventState EventState
priority byte
notificationClass Option
Результат 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