BACnet.Ashrae.ConfirmedServiceAck.GetEventInformationWrapper.Save C# (CSharp) Méthode

Save() public static méthode

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