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

GetEventInformationWrapper() public method

public GetEventInformationWrapper ( GetEventInformationAck item ) : System
item GetEventInformationAck
return System
            public GetEventInformationWrapper(GetEventInformationAck item)
            {
                this.Item = item;
            }
ConfirmedServiceAck.GetEventInformationWrapper