BACnet.Ashrae.ConfirmedServiceAck.AuthenticateWrapper.Load C# (CSharp) Метод

Load() публичный статический Метод

public static Load ( IValueStream stream ) : AuthenticateWrapper
stream IValueStream
Результат AuthenticateWrapper
            public static new AuthenticateWrapper Load(IValueStream stream)
            {
                var temp = Value<AuthenticateAck>.Load(stream);
                return new AuthenticateWrapper(temp);
            }
ConfirmedServiceAck.AuthenticateWrapper