Samraksh eMote .NOW
GetNeighborList Method



Get the list of neighbors from the MAC
Syntax
'Declaration
 
Public Function GetNeighborList() As UShort()
'Usage
 
Dim instance As MACBase
Dim value() As UShort
 
value = instance.GetNeighborList()
public ushort[] GetNeighborList()
public:
array<ushort>^ GetNeighborList(); 

Return Value

An array with the list of active neighbors
Requirements

Target Platforms: eMote .NOW

See Also

Reference

MACBase Class
MACBase Members

Send Feedback