BACnet.Ashrae.ConfirmedServiceRequest.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<AuthenticateRequest>.Load(stream);
                return new AuthenticateWrapper(temp);
            }
ConfirmedServiceRequest.AuthenticateWrapper