Samraksh eMote .NOW
NeighborList Method (MACPipe)



Array is filled with the addresses of active neighbors, padded with zeroes at the end.
Get the list of neighbors from the MAC
Syntax
'Declaration
 
Public Function NeighborList( _
   ByVal neighborListArray() As UShort _
) As DeviceStatus
'Usage
 
Dim instance As MACPipe
Dim neighborListArray() As UShort
Dim value As DeviceStatus
 
value = instance.NeighborList(neighborListArray)
public DeviceStatus NeighborList( 
   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

MACPipe Class
MACPipe Members

Send Feedback