C# Class Dicom.HL7.MLLP

Show file Open project: fo-dicom/mdcm Class Usage Examples

Public Methods

Method Description
MLLP ( Stream stream, bool version3 ) : System
Receive ( ) : string
Send ( string message ) : bool

Method Details

MLLP() public method

public MLLP ( Stream stream, bool version3 ) : System
stream System.IO.Stream
version3 bool
return System

Receive() public method

public Receive ( ) : string
return string

Send() public method

public Send ( string message ) : bool
message string
return bool