C# Class NHapiSampleApplication.Tcp.TcpBuffer

Afficher le fichier Open project: JohnBloom/NHapiSampleApplication Class Usage Examples

Méthodes publiques

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

Method Details

Add() public méthode

public Add ( byte bytes, int length ) : void
bytes byte
length int
Résultat void

GetMessages() public méthode

public GetMessages ( char start, char stop ) : IEnumerable
start char
stop char
Résultat IEnumerable