C# Class Chimney.MPD.ResponseConfig

Show file Open project: opengd/Chimney Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
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

Method Details

AppendResponse() public method

public AppendResponse ( string response ) : void
response string
return void

AppendResponse() public method

public AppendResponse ( string response, int position ) : void
response string
position int
return void

ClearConfig() public method

public ClearConfig ( ) : void
return void

ClearResponse() public method

public ClearResponse ( ) : void
return void

ContinsResponse() public method

public ContinsResponse ( string reponsestring ) : bool
reponsestring string
return bool

GetReponse() public method

public GetReponse ( int reponseid ) : string
reponseid int
return string

RemoveResponse() public method

public RemoveResponse ( int reponseid ) : bool
reponseid int
return bool

ResponseConfig() public method

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

Property Details

ResponseFinishLenght public property

public int ResponseFinishLenght
return int

command_list_begin public property

public bool command_list_begin
return bool

command_list_end public property

public bool command_list_end
return bool

command_list_ok_begin public property

public bool command_list_ok_begin
return bool

error_response public property

public bool error_response
return bool

id public property

public int id
return int

idle public property

public bool idle
return bool

response_finish public property

public bool response_finish
return bool

response_sent public property

public bool response_sent
return bool

response_sent_error public property

public bool response_sent_error
return bool

socket public property

public StreamSocket,Windows.Networking.Sockets socket
return Windows.Networking.Sockets.StreamSocket