Samraksh eMote .NOW
SetChannel Method (Radio_802_15_4_Base)
        



Channel to use
Set the radio channel
Syntax
'Declaration
 
Public Function SetChannel( _
   ByVal Channel As Integer _
) As DeviceStatus
'Usage
 
Dim instance As Radio_802_15_4_Base
Dim Channel As Integer
Dim value As DeviceStatus
 
value = instance.SetChannel(Channel)
public DeviceStatus SetChannel( 
   int Channel
)
public:
DeviceStatus SetChannel( 
   int Channel
) 

Parameters

Channel
Channel to use

Return Value

Status of operation
Requirements

Target Platforms: eMote .NOW

See Also

Reference

Radio_802_15_4_Base Class
Radio_802_15_4_Base Members

Send Feedback