C# Class NHapiSampleApplication.Tcp.TcpBuffer

ファイルを表示 Open project: JohnBloom/NHapiSampleApplication Class Usage Examples

Public Methods

Method Description
Add ( byte bytes, int length ) : void
GetMessages ( char start, char stop ) : IEnumerable

Method Details

Add() public method

public Add ( byte bytes, int length ) : void
bytes byte
length int
return void

GetMessages() public method

public GetMessages ( char start, char stop ) : IEnumerable
start char
stop char
return IEnumerable