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

NewComplexEventType() public static method

public static NewComplexEventType ( ReadOnlyArray complexEventType ) : NotificationParameters
complexEventType ReadOnlyArray
return NotificationParameters
        public static NotificationParameters NewComplexEventType(ReadOnlyArray<PropertyValue> complexEventType)
        {
            return new ComplexEventTypeWrapper(complexEventType);
        }