Samraksh eMote .NOW
GetAddress Method (Radio_802_15_4_Base)



Get the address of the device
Syntax
'Declaration
 
Public Function GetAddress() As UShort
'Usage
 
Dim instance As Radio_802_15_4_Base
Dim value As UShort
 
value = instance.GetAddress()
public ushort GetAddress()
public:
ushort GetAddress(); 

Return Value

Address of the device
Remarks
This is the address by which the device is known to the rest of the world.
Requirements

Target Platforms: eMote .NOW

See Also

Reference

Radio_802_15_4_Base Class
Radio_802_15_4_Base Members

Send Feedback