Samraksh eMote .NOW
MacConfiguration Constructor(Boolean,Byte,Byte,Byte,Byte,UInt32,RadioConfiguration)
        



Clear Channel Assessment
Number of retries
Clear Channel Assessment time
Size of send buffer
Radio ID
Delay before a neighbor is deemed dead
Radio configuration
MAC configuration constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal CCA As Boolean, _
   ByVal numberOfRetries As Byte, _
   ByVal ccaSenseTime As Byte, _
   ByVal bufferSize As Byte, _
   ByVal radioID As Byte, _
   ByVal neighborLivelinessDelay As UInteger, _
   ByVal config As RadioConfiguration _
)
'Usage
 
Dim CCA As Boolean
Dim numberOfRetries As Byte
Dim ccaSenseTime As Byte
Dim bufferSize As Byte
Dim radioID As Byte
Dim neighborLivelinessDelay As UInteger
Dim config As RadioConfiguration
 
Dim instance As New MacConfiguration(CCA, numberOfRetries, ccaSenseTime, bufferSize, radioID, neighborLivelinessDelay, config)

Parameters

CCA
Clear Channel Assessment
numberOfRetries
Number of retries
ccaSenseTime
Clear Channel Assessment time
bufferSize
Size of send buffer
radioID
Radio ID
neighborLivelinessDelay
Delay before a neighbor is deemed dead
config
Radio configuration
Requirements

Target Platforms: eMote .NOW

See Also

Reference

MacConfiguration Class
MacConfiguration Members
Overload List

Send Feedback