|
Avaya Client Services API Reference (iOS)
|
Represents a parser that reads Avaya endpoint settings file format. More...
#import <CSSettingsFileParser.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - parse |
| Parses the supplied settings file. More... | |
| (BOOL) | - continueParse |
| Continues parsing of a previous parse that was interrupted. More... | |
Properties | |
| NSData * | data |
| id< CSSettingsFileParserDelegate > | delegate |
| The delegate used to handle setting file related events. More... | |
Represents a parser that reads Avaya endpoint settings file format.
| - (BOOL) continueParse |
Continues parsing of a previous parse that was interrupted.
A parse may be interrupted if a call is made to the delegate method parser:requestAdditionalSettingsFile:. If the requested file cannot be obtained the application should call continueParse to continue parsing the current file.
| - (BOOL) parse |
Parses the supplied settings file.
The delegate passed is used to handle all operations that are specified in the settings file, see CSSettingsFileParserDelegate for details.
|
readwritenonatomicretain |
|
readwritenonatomicweak |
The delegate used to handle setting file related events.