Samraksh eMote .NOW
MACNeighborList(UInt16[]) Method



Array is filled with the addresses of active neighbors, padded with zeroes at the end.
Get the the internal list of neighbors from the MAC including unreachable destinations
Syntax
'Declaration
 
Public Function MACNeighborList( _
   ByVal neighborListArray() As UShort _
) As DeviceStatus
'Usage
 
Dim instance As MACBase
Dim neighborListArray() As UShort
Dim value As DeviceStatus
 
value = instance.MACNeighborList(neighborListArray)
public DeviceStatus MACNeighborList( 
   ushort[] neighborListArray
)
public:
DeviceStatus MACNeighborList( 
   array<ushort>^ neighborListArray
) 

Parameters

neighborListArray
Array is filled with the addresses of active neighbors, padded with zeroes at the end.

Return Value

Result status
Requirements

Target Platforms: eMote .NOW

See Also

Reference

MACBase Class
MACBase Members

Send Feedback