Dicom.HL7.MLLP.MLLP C# (CSharp) Method

MLLP() public method

public MLLP ( Stream stream, bool version3 ) : System
stream System.IO.Stream
version3 bool
return System
        public MLLP(Stream stream, bool version3)
        {
            _stream = stream;
            _version3 = version3;
        }