Samraksh eMote .NOW
NeighborListArray Method



Create a NeighborList array for the user
Syntax
'Declaration
 
Public Shared Function NeighborListArray() As UShort()
'Usage
 
Dim value() As UShort
 
value = MACBase.NeighborListArray()
public static ushort[] NeighborListArray()
public:
static array<ushort>^ NeighborListArray(); 
Remarks
The NeighborList array must be exactly NeighborListSize. To relieve the user of having to know the size, this method can be used to create one.
Requirements

Target Platforms: eMote .NOW

See Also

Reference

MACBase Class
MACBase Members

Send Feedback