StreamLink for iOS
8.0.2.287281-045ba3c8
|
Provides information about the result of a command. More...
Instance Methods | |
(SL_CommandResult) | - result |
Returns the result of the command. More... | |
(SL_ErrorReason) | - reason |
The type of the result. More... | |
Provides information about the result of a command.
- (SL_ErrorReason SLCommandResultEvent) reason |
The type of the result.
Usually the reason value will be 0, but for SL_COMMAND_READ_DENIED and SL_COMMAND_WRITE_DENIED the reason may be non-zero should the authentication module within the Liberator have supplied a custom reason.
- (SL_CommandResult SLCommandResultEvent) result |
Returns the result of the command.