Samraksh eMote .NOW
GetAddress Method (MACBase)



Get the address of the device
Syntax
'Declaration
 
Public Function GetAddress() As UShort
'Usage
 
Dim instance As MACBase
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

MACBase Class
MACBase Members

Send Feedback