StreamLink for iOS  8.0.1.272288-2528e247
<SLCommandResultEvent > Protocol Reference

Provides information about the result of a command. More...

Inheritance diagram for <SLCommandResultEvent >:

Instance Methods

(SL_CommandResult- result
 Returns the result of the command. More...
 
(SL_ErrorReason- reason
 The type of the result. More...
 

Detailed Description

Provides information about the result of a command.

Method Documentation

- (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.


Generated on Thu Jun 27 2024 12:17:58 for StreamLink for iOS