BACnet.Ashrae.NotificationParameters.ComplexEventTypeWrapper.Load C# (CSharp) Method

Load() public static method

public static Load ( IValueStream stream ) : ComplexEventTypeWrapper
stream IValueStream
return ComplexEventTypeWrapper
            public static new ComplexEventTypeWrapper Load(IValueStream stream)
            {
                var temp = Value<ReadOnlyArray<PropertyValue>>.Load(stream);
                return new ComplexEventTypeWrapper(temp);
            }
NotificationParameters.ComplexEventTypeWrapper