BACnet.Ashrae.UnconfirmedServiceRequest.UnconfirmedEventNotificationWrapper.Save C# (CSharp) Method

Save() public static method

public static Save ( IValueSink sink, UnconfirmedEventNotificationWrapper value ) : void
sink IValueSink
value UnconfirmedEventNotificationWrapper
return void
            public static void Save(IValueSink sink, UnconfirmedEventNotificationWrapper value)
            {
                Value<UnconfirmedEventNotificationRequest>.Save(sink, value.Item);
            }
UnconfirmedServiceRequest.UnconfirmedEventNotificationWrapper