StreamLink for iOS
8.0.2.287281-045ba3c8
|
Classes | |
protocol | <SLCommandListener > |
Defines that protocol that should be implemented by the application to receive results of commands (for example Publishing data) that are executed on the Liberator. More... | |
protocol | <SLCommandResultEvent > |
Provides information about the result of a command. More... | |
protocol | <SLCommandSubscription > |
Represents a persistent command. More... | |
class | SLPair |
Defines a pair type that is used to pass a field and value to StreamLink. More... | |
Enumerations | |
enum | SL_CommandResult { SL_COMMAND_OK = 0, SL_COMMAND_NOTFOUND, SL_COMMAND_UNAVAILABLE, SL_COMMAND_DELETED, SL_COMMAND_READ_DENIED, SL_COMMAND_WRITE_DENIED, SL_COMMAND_INVALID_PARAMETERS, SL_COMMAND_ERROR_CANCELLED } |
Enumeration defining the result of a command. More... | |
The following example publishes data to subject /DEMO/MSFT
:
enum SL_CommandResult |
Enumeration defining the result of a command.