C# 클래스 NHapiSampleApplication.Tcp.TcpBuffer

파일 보기 프로젝트 열기: JohnBloom/NHapiSampleApplication 1 사용 예제들

공개 메소드들

메소드 설명
Add ( byte bytes, int length ) : void
GetMessages ( char start, char stop ) : IEnumerable

메소드 상세

Add() 공개 메소드

public Add ( byte bytes, int length ) : void
bytes byte
length int
리턴 void

GetMessages() 공개 메소드

public GetMessages ( char start, char stop ) : IEnumerable
start char
stop char
리턴 IEnumerable