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

AuthenticateWrapper() public method

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