C# 클래스 Chimney.MPD.ResponseConfig

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

공개 프로퍼티들

프로퍼티 타입 설명
ResponseFinishLenght int
command_list_begin bool
command_list_end bool
command_list_ok_begin bool
error_response bool
id int
idle bool
response_finish bool
response_sent bool
response_sent_error bool
socket Windows.Networking.Sockets.StreamSocket

공개 메소드들

메소드 설명
AppendResponse ( string response ) : void
AppendResponse ( string response, int position ) : void
ClearConfig ( ) : void
ClearResponse ( ) : void
ContinsResponse ( string reponsestring ) : bool
GetReponse ( int reponseid ) : string
RemoveResponse ( int reponseid ) : bool
ResponseConfig ( int id, StreamSocket socket ) : System

메소드 상세

AppendResponse() 공개 메소드

public AppendResponse ( string response ) : void
response string
리턴 void

AppendResponse() 공개 메소드

public AppendResponse ( string response, int position ) : void
response string
position int
리턴 void

ClearConfig() 공개 메소드

public ClearConfig ( ) : void
리턴 void

ClearResponse() 공개 메소드

public ClearResponse ( ) : void
리턴 void

ContinsResponse() 공개 메소드

public ContinsResponse ( string reponsestring ) : bool
reponsestring string
리턴 bool

GetReponse() 공개 메소드

public GetReponse ( int reponseid ) : string
reponseid int
리턴 string

RemoveResponse() 공개 메소드

public RemoveResponse ( int reponseid ) : bool
reponseid int
리턴 bool

ResponseConfig() 공개 메소드

public ResponseConfig ( int id, StreamSocket socket ) : System
id int
socket Windows.Networking.Sockets.StreamSocket
리턴 System

프로퍼티 상세

ResponseFinishLenght 공개적으로 프로퍼티

public int ResponseFinishLenght
리턴 int

command_list_begin 공개적으로 프로퍼티

public bool command_list_begin
리턴 bool

command_list_end 공개적으로 프로퍼티

public bool command_list_end
리턴 bool

command_list_ok_begin 공개적으로 프로퍼티

public bool command_list_ok_begin
리턴 bool

error_response 공개적으로 프로퍼티

public bool error_response
리턴 bool

id 공개적으로 프로퍼티

public int id
리턴 int

idle 공개적으로 프로퍼티

public bool idle
리턴 bool

response_finish 공개적으로 프로퍼티

public bool response_finish
리턴 bool

response_sent 공개적으로 프로퍼티

public bool response_sent
리턴 bool

response_sent_error 공개적으로 프로퍼티

public bool response_sent_error
리턴 bool

socket 공개적으로 프로퍼티

public StreamSocket,Windows.Networking.Sockets socket
리턴 Windows.Networking.Sockets.StreamSocket