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