BACnet.Ashrae.ConfirmedServiceAck.AuthenticateWrapper.Load C# (CSharp) Méthode

Load() public static méthode

public static Load ( IValueStream stream ) : AuthenticateWrapper
stream IValueStream
Résultat AuthenticateWrapper
            public static new AuthenticateWrapper Load(IValueStream stream)
            {
                var temp = Value<AuthenticateAck>.Load(stream);
                return new AuthenticateWrapper(temp);
            }
ConfirmedServiceAck.AuthenticateWrapper