C# 클래스 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.

상속: ResultParser
파일 보기 프로젝트 열기: henningms/zxing2.0-wp7

공개 메소드들

메소드 설명
parse ( System.Result result ) : SMSParsedResult

비공개 메소드들

메소드 설명
SMSMMSResultParser ( ) : System

메소드 상세

parse() 공개 정적인 메소드

public static parse ( System.Result result ) : SMSParsedResult
result System.Result
리턴 SMSParsedResult