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

Save() public static method

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