Samraksh eMote .NOW
NeighborList Method (IMAC)



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
 
Function NeighborList( _
   ByVal neighborListArray() As UShort _
) As DeviceStatus
'Usage
 
Dim instance As IMAC
Dim neighborListArray() As UShort
Dim value As DeviceStatus
 
value = instance.NeighborList(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

IMAC Interface
IMAC Members

Send Feedback