Samraksh eMote .NOW
ClearChannelAssesment(Byte,UInt16) Method



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

Parameters

radioName
Radio name
numberOfMicroSecond
Interval (microseconds)

Return Value

True iff clear
Requirements

Target Platforms: eMote .NOW

See Also

Reference

IRadio Interface
IRadio Members
Overload List

Send Feedback