C# Class Chimney.MPD.CommandListResponseEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: opengd/Chimney Class Usage Examples

Public Properties

Property Type Description
command_list bool
command_list_ok bool
end bool
id int
socket Windows.Networking.Sockets.StreamSocket
start bool

Public Methods

Method Description
CommandListResponseEventArgs ( StreamSocket socket, int id, bool start, bool end, bool command_list_ok ) : System

Method Details

CommandListResponseEventArgs() public method

public CommandListResponseEventArgs ( StreamSocket socket, int id, bool start, bool end, bool command_list_ok ) : System
socket Windows.Networking.Sockets.StreamSocket
id int
start bool
end bool
command_list_ok bool
return System

Property Details

command_list public_oe property

public bool command_list
return bool

command_list_ok public_oe property

public bool command_list_ok
return bool

end public_oe property

public bool end
return bool

id public_oe property

public int id
return int

socket public_oe property

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

start public_oe property

public bool start
return bool