BACnet.Ashrae.ConfirmedServiceRequest.RequestKeyWrapper.RequestKeyWrapper C# (CSharp) Method

RequestKeyWrapper() public method

public RequestKeyWrapper ( RequestKeyRequest item ) : System
item RequestKeyRequest
return System
            public RequestKeyWrapper(RequestKeyRequest item)
            {
                this.Item = item;
            }
ConfirmedServiceRequest.RequestKeyWrapper