Samraksh eMote .NOW
CSMA Constructor



Radio configuratin to use
Timeout (in milliseconds) to declare neighbor dead
Number of times to try resending packet
Send buffer size
Use Clear Channel Assessment (CCA)
Time (in milliseconds) to check for clear channel
Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal radioConfiguration As IRadioConfiguration, _
   Optional ByVal neighborLivenessDelay As UInteger, _
   Optional ByVal numberOfRetries As Byte, _
   Optional ByVal bufferSize As Byte, _
   Optional ByVal cca As Boolean, _
   Optional ByVal ccaSenseTime As Byte _
)
'Usage
 
Dim radioConfiguration As IRadioConfiguration
Dim neighborLivenessDelay As UInteger
Dim numberOfRetries As Byte
Dim bufferSize As Byte
Dim cca As Boolean
Dim ccaSenseTime As Byte
 
Dim instance As New CSMA(radioConfiguration, neighborLivenessDelay, numberOfRetries, bufferSize, cca, ccaSenseTime)

Parameters

radioConfiguration
Radio configuratin to use
neighborLivenessDelay
Timeout (in milliseconds) to declare neighbor dead
numberOfRetries
Number of times to try resending packet
bufferSize
Send buffer size
cca
Use Clear Channel Assessment (CCA)
ccaSenseTime
Time (in milliseconds) to check for clear channel
Requirements

Target Platforms: eMote .NOW

See Also

Reference

CSMA Class
CSMA Members

Send Feedback