Packageorg.apache.cordova
Classpublic class Weinre
InheritanceWeinre Inheritance Object
Implements IBead

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

A class that helps set up to use Weinre for debugging



Public Properties
 PropertyDefined By
  guid : String
[write-only] The guid to use at the Weinre server http://debug.phonegap.com
Weinre
  strand : IStrand
[write-only] The host component for this bead.
Weinre
Public Methods
 MethodDefined By
  
Weinre
Property Detail
guidproperty
guid:String  [write-only]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The guid to use at the Weinre server http://debug.phonegap.com


Implementation
    public function set guid(value:String):void
strandproperty 
strand:IStrand  [write-only]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The host component for this bead.


Implementation
    public function set strand(value:IStrand):void
Constructor Detail
Weinre()Constructor
public function Weinre()