BACnet.Ashrae.VTOpenRequest.VTOpenRequest C# (CSharp) Method

VTOpenRequest() public method

public VTOpenRequest ( VTClass vtClass, byte localVTSessionIdentifier ) : System
vtClass VTClass
localVTSessionIdentifier byte
return System
        public VTOpenRequest(VTClass vtClass, byte localVTSessionIdentifier)
        {
            this.VtClass = vtClass;
            this.LocalVTSessionIdentifier = localVTSessionIdentifier;
        }