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

NewGetEventInformation() public static method

public static NewGetEventInformation ( GetEventInformationAck getEventInformation ) : ConfirmedServiceAck
getEventInformation GetEventInformationAck
return ConfirmedServiceAck
        public static ConfirmedServiceAck NewGetEventInformation(GetEventInformationAck getEventInformation)
        {
            return new GetEventInformationWrapper(getEventInformation);
        }