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



Enable Clear Channel Assessment
Number of retries for sending
Carrier sense time
BufferSize of the radio
Radio ID
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 _
)
'Usage
 
Dim CCA As Boolean
Dim numberOfRetries As Byte
Dim ccaSenseTime As Byte
Dim bufferSize As Byte
Dim radioID As Byte
 
Dim instance As New MacConfiguration(CCA, numberOfRetries, ccaSenseTime, bufferSize, radioID)

Parameters

CCA
Enable Clear Channel Assessment
numberOfRetries
Number of retries for sending
ccaSenseTime
Carrier sense time
bufferSize
BufferSize of the radio
radioID
Radio ID
Requirements

Target Platforms: eMote .NOW

See Also

Reference

MacConfiguration Class
MacConfiguration Members
Overload List

Send Feedback