Samraksh eMote .NOW
SetAddress Method (Radio_802_15_4_Base)



Address of the device
Set the address of the device
Syntax
'Declaration
 
Public Function SetAddress( _
   ByVal address As UShort _
) As Boolean
'Usage
 
Dim instance As Radio_802_15_4_Base
Dim address As UShort
Dim value As Boolean
 
value = instance.SetAddress(address)
public bool SetAddress( 
   ushort address
)
public:
bool SetAddress( 
   ushort address
) 

Parameters

address
Address of the device

Return Value

Success / failure
Remarks
This is the address by which the device is known to the rest of the world. A return value of false can occur if another layer locks the address and prevents changes.
Requirements

Target Platforms: eMote .NOW

See Also

Reference

Radio_802_15_4_Base Class
Radio_802_15_4_Base Members

Send Feedback