ACS Audio Jack iOS Library  1.0.0
ACRResult Class Reference

The ACRResult class represents the result. More...

#import <ACRResult.h>

Inheritance diagram for ACRResult:

Instance Methods

(id) - initWithBytes:length:
 Returns an initialized ACRResult object from a given buffer of bytes. More...
 

Properties

NSUInteger errorCode
 Returns the error code. More...
 

Detailed Description

The ACRResult class represents the result.

Author
Godfrey Chung
Version
1.0, 25 Apr 2013

Method Documentation

◆ initWithBytes:length:()

- (id) initWithBytes: (const void *)  bytes
length: (NSUInteger)  length 

Returns an initialized ACRResult object from a given buffer of bytes.

Parameters
bytesa buffer of bytes.
lengththe number of bytes.
Returns
an initialized ACRResult object.

Property Documentation

◆ errorCode

- (NSUInteger) errorCode
readnonatomicassign

Returns the error code.


The documentation for this class was generated from the following file: