Samraksh eMote .NOW
NeighborList(UInt16[]) Method



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 MACBase
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

MACBase Class
MACBase Members

Send Feedback