C# Class zxingwp7.client.result.optional.NDEFSmartPosterResultParser

Recognizes an NDEF message that encodes information according to the "Smart Poster Record Type Definition" specification.

This actually only supports some parts of the Smart Poster format: title, URI, and action records. Icon records are not supported because the size of these records are infeasibly large for barcodes. Size and type records are not supported. Multiple titles are not supported.

Inheritance: AbstractNDEFResultParser
Show file Open project: henningms/zxing2.0-wp7

Public Methods

Method Description
parse ( System.Result result ) : NDEFSmartPosterParsedResult

Method Details

parse() public static method

public static parse ( System.Result result ) : NDEFSmartPosterParsedResult
result System.Result
return NDEFSmartPosterParsedResult