com.google.zxing.client.result
Class WifiResultParser
java.lang.Object
com.google.zxing.client.result.ResultParser
com.google.zxing.client.result.WifiResultParser
public final class WifiResultParser
- extends ResultParser
Parses a WIFI configuration string. Strings will be of the form:
WIFI:T:[network type];S:[network SSID];P:[network password];H:[hidden?];;
The fields can appear in any order. Only "S:" is required.
- Author:
- Vikram Aggarwal, Sean Owen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WifiResultParser
public WifiResultParser()
parse
public WifiParsedResult parse(Result result)
- Description copied from class:
ResultParser
- Attempts to parse the raw
Result's contents as a particular type
of information (email, URL, etc.) and return a ParsedResult encapsulating
the result of parsing.
- Specified by:
parse in class ResultParser
Copyright © 2007-2012. All Rights Reserved.