BACnet.Ashrae.ConfirmedServiceAck.GetEventInformationWrapper.Save C# (CSharp) Method

Save() public static method

public static Save ( IValueSink sink, GetEventInformationWrapper value ) : void
sink IValueSink
value GetEventInformationWrapper
return void
            public static void Save(IValueSink sink, GetEventInformationWrapper value)
            {
                Value<GetEventInformationAck>.Save(sink, value.Item);
            }
ConfirmedServiceAck.GetEventInformationWrapper