Samraksh eMote .NOW
RadioConfiguration Constructor(TxPowerValue,Channels,RadioName)
        



Transmission power
Channel
Radio configuration constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal power As TxPowerValue, _
   ByVal channel As Channels, _
   ByVal name As RadioName _
)
'Usage
 
Dim power As TxPowerValue
Dim channel As Channels
Dim name As RadioName
 
Dim instance As New RadioConfiguration(power, channel, name)
public RadioConfiguration( 
   TxPowerValue power,
   Channels channel,
   RadioName name
)
public:
RadioConfiguration( 
   TxPowerValue power,
   Channels channel,
   RadioName name
)

Parameters

power
Transmission power
channel
Channel
name
Requirements

Target Platforms: eMote .NOW

See Also

Reference

RadioConfiguration Class
RadioConfiguration Members
Overload List

Send Feedback