BACnet.Ashrae.ConfirmedServiceAck.AuthenticateWrapper.AuthenticateWrapper C# (CSharp) 메소드

AuthenticateWrapper() 공개 메소드

public AuthenticateWrapper ( AuthenticateAck item ) : System
item AuthenticateAck
리턴 System
            public AuthenticateWrapper(AuthenticateAck item)
            {
                this.Item = item;
            }
ConfirmedServiceAck.AuthenticateWrapper