C# Class Chimney.MPD.CommandListResponseEventArgs

Inheritance: System.EventArgs
Show file 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 property

public bool command_list
return bool

command_list_ok public property

public bool command_list_ok
return bool

end public property

public bool end
return bool

id public property

public int id
return int

socket public property

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

start public property

public bool start
return bool