C# Class zxingwp7.client.result.SMSMMSResultParser

Parses an "sms:" URI result, which specifies a number to SMS and optional "via" number. See the IETF draft on this.

This actually also parses URIs starting with "mms:", "smsto:", "mmsto:", "SMSTO:", and "MMSTO:", and treats them all the same way, and effectively converts them to an "sms:" URI for purposes of forwarding to the platform.

Inheritance: ResultParser
Mostrar archivo Open project: henningms/zxing2.0-wp7

Public Methods

Method Description
parse ( System.Result result ) : SMSParsedResult

Private Methods

Method Description
SMSMMSResultParser ( ) : System

Method Details

parse() public static method

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