C# Class Chimney.MPD.ResponseConfig

Afficher le fichier Open project: opengd/Chimney Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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 méthode

public AppendResponse ( string response ) : void
response string
Résultat void

AppendResponse() public méthode

public AppendResponse ( string response, int position ) : void
response string
position int
Résultat void

ClearConfig() public méthode

public ClearConfig ( ) : void
Résultat void

ClearResponse() public méthode

public ClearResponse ( ) : void
Résultat void

ContinsResponse() public méthode

public ContinsResponse ( string reponsestring ) : bool
reponsestring string
Résultat bool

GetReponse() public méthode

public GetReponse ( int reponseid ) : string
reponseid int
Résultat string

RemoveResponse() public méthode

public RemoveResponse ( int reponseid ) : bool
reponseid int
Résultat bool

ResponseConfig() public méthode

public ResponseConfig ( int id, StreamSocket socket ) : System
id int
socket Windows.Networking.Sockets.StreamSocket
Résultat System

Property Details

ResponseFinishLenght public_oe property

public int ResponseFinishLenght
Résultat int

command_list_begin public_oe property

public bool command_list_begin
Résultat bool

command_list_end public_oe property

public bool command_list_end
Résultat bool

command_list_ok_begin public_oe property

public bool command_list_ok_begin
Résultat bool

error_response public_oe property

public bool error_response
Résultat bool

id public_oe property

public int id
Résultat int

idle public_oe property

public bool idle
Résultat bool

response_finish public_oe property

public bool response_finish
Résultat bool

response_sent public_oe property

public bool response_sent
Résultat bool

response_sent_error public_oe property

public bool response_sent_error
Résultat bool

socket public_oe property

public StreamSocket,Windows.Networking.Sockets socket
Résultat Windows.Networking.Sockets.StreamSocket