BRLMFileAnalyzer
A class that provides functions to analyze PD3 files and retrieve device-dependent data.
Class methods
analyzePD3:
Analyzes a PD3 file and returns the analysis result, including device-dependent data and any errors encountered during the process.
Declaration
+ (BRLMFileAnalyzeResult<BRLMPtouchDeviceDependedDataHeader *> * _Nullable)analyzePD3:(NSURL *_Nonnull)url;
Parameters
Name | Type | Description |
---|---|---|
url | NSURL * | The URL of the PD3 file to be analyzed. |
Return Value
Parameter | Description |
---|---|
BRLMFileAnalyzeResult<BRLMPtouchDeviceDependedDataHeader *> * |
The result of the file analysis, including the BRLMPtouchDeviceDependedDataHeader and any errors. |