BACnet.Ashrae.ConfirmedServiceRequest.ConfirmedEventNotificationWrapper.Save C# (CSharp) Method

Save() public static method

public static Save ( IValueSink sink, ConfirmedEventNotificationWrapper value ) : void
sink IValueSink
value ConfirmedEventNotificationWrapper
return void
            public static void Save(IValueSink sink, ConfirmedEventNotificationWrapper value)
            {
                Value<ConfirmedEventNotificationRequest>.Save(sink, value.Item);
            }
ConfirmedServiceRequest.ConfirmedEventNotificationWrapper