Interface IResponse
Responce interface
Namespace: SoundpadConnector.Response
Assembly: SoundpadConnector.dll
Syntax
public interface IResponse
Properties
| Improve this Doc View SourceIsSuccessful
Indicates if the request was successful
Declaration
bool IsSuccessful { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
| Improve this Doc View SourceParse(String)
Parses Soundpad's text response
Declaration
void Parse(string response)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | response |