Samraksh eMote .NOW
GetNeighbourList Method



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

Return Value

An array with the list of active neighbors
Requirements

Target Platforms: eMote .NOW

See Also

Reference

MACBase Class
MACBase Members

Send Feedback