C# Class Hie.Core.Model.Hl7Disassembler

Inheritance: IDisassembler
Mostrar archivo Open project: NiclasOlofsson/HIE Class Usage Examples

Public Methods

Method Description
Disassemble ( byte data ) : void
Initialize ( IOptions options ) : void
NextMessage ( ) : Message

Method Details

Disassemble() public method

public Disassemble ( byte data ) : void
data byte
return void

Initialize() public method

public Initialize ( IOptions options ) : void
options IOptions
return void

NextMessage() public method

public NextMessage ( ) : Message
return Message