C# Class Chimney.MPD.ResponseEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: opengd/Chimney Class Usage Examples

Méthodes publiques

Свойство Type Description
arguments List
id int
position int
socket Windows.Networking.Sockets.StreamSocket

Méthodes publiques

Méthode Description
ResponseEventArgs ( StreamSocket socket, int id, int position ) : System
ResponseEventArgs ( StreamSocket socket, int id, int position, List arguments ) : System

Method Details

ResponseEventArgs() public méthode

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

ResponseEventArgs() public méthode

public ResponseEventArgs ( StreamSocket socket, int id, int position, List arguments ) : System
socket Windows.Networking.Sockets.StreamSocket
id int
position int
arguments List
Résultat System

Property Details

arguments public_oe property

public List arguments
Résultat List

id public_oe property

public int id
Résultat int

position public_oe property

public int position
Résultat int

socket public_oe property

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