Show / Hide Table of Contents

Interface IResponse

Responce interface

Namespace: SoundpadConnector.Response
Assembly: SoundpadConnector.dll
Syntax
public interface IResponse

Properties

| Improve this Doc View Source

IsSuccessful

Indicates if the request was successful

Declaration
bool IsSuccessful { get; set; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

Parse(String)

Parses Soundpad's text response

Declaration
void Parse(string response)
Parameters
Type Name Description
System.String response
  • Improve this Doc
  • View Source
Back to top Generated by DocFX