C# 클래스 CallResponseQueue, CodeSpells

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

공개 메소드들

메소드 설명
add ( CallResponse, call ) : void
crLength ( ) : int
hasCallOnClient ( NetworkStream client_stream ) : bool
notEmpty ( ) : bool
remove ( ) : CallResponse,

메소드 상세

add() 공개 메소드

public add ( CallResponse, call ) : void
call CallResponse,
리턴 void

crLength() 공개 메소드

public crLength ( ) : int
리턴 int

hasCallOnClient() 공개 메소드

public hasCallOnClient ( NetworkStream client_stream ) : bool
client_stream NetworkStream
리턴 bool

notEmpty() 공개 메소드

public notEmpty ( ) : bool
리턴 bool

remove() 공개 메소드

public remove ( ) : CallResponse,
리턴 CallResponse,