Samraksh eMote .NOW
CCA Property (MACPipe)



True iff MAC CCA (clear channel assessment) is enabled
Syntax
'Declaration
 
Public Property CCA As Boolean
'Usage
 
Dim instance As MACPipe
Dim value As Boolean
 
instance.CCA = value
 
value = instance.CCA
public bool CCA {get; set;}
public:
property bool CCA {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: eMote .NOW

See Also

Reference

MACPipe Class
MACPipe Members

Send Feedback