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

Load() public static method

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