Samraksh eMote .NOW
ClearChannelAssesment(UInt16) Method
        



Interval (microseconds)
Check if channel has been clear for the specified interval of time
Syntax
'Declaration
 
Overloads Function ClearChannelAssesment( _
   ByVal numberOfMicroSecond As UShort _
) As Boolean
'Usage
 
Dim instance As IRadio
Dim numberOfMicroSecond As UShort
Dim value As Boolean
 
value = instance.ClearChannelAssesment(numberOfMicroSecond)
bool ClearChannelAssesment( 
   ushort numberOfMicroSecond
)
bool ClearChannelAssesment( 
   ushort numberOfMicroSecond
) 

Parameters

numberOfMicroSecond
Interval (microseconds)

Return Value

True iff clear
Requirements

Target Platforms: eMote .NOW

See Also

Reference

IRadio Interface
IRadio Members
Overload List

Send Feedback