ScpResponseParser class

Constructors

ScpResponseParser()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

jsonDecode(dynamic response) → dynamic
parseControlResponse(dynamic response, String password) Future<ScpResponseControl>
parseDiscoverResponse(dynamic response, List<ScpDevice> devices) Future<ScpResponseDiscover>
parseDiscoverResponseNoHmac(dynamic response) Future<ScpResponseDiscover>
parseMeasureResponse(dynamic response, String password) Future<ScpResponseMeasure>
parseNvcnResponse(dynamic response) Future<ScpResponseFetchNvcn>
parseRename(dynamic response, String password) Future<ScpResponseRename>
parseResetToDefault(dynamic response, String password) Future<ScpResponseResetToDefault>
parseRestartDeviceResponse(dynamic response, String password) Future<ScpResponseRestart>
parseSetPasswordResponse(dynamic response, String password) Future<ScpResponseSetPassword>
parseSetWifiConfigResponse(dynamic response, String password) Future<ScpResponseSetWifiConfig>