Samraksh eMote .NOW
NeighbourLivelinesDelay Property
        



Delay before a neighbor is deemed dead
Syntax
'Declaration
 
<ObsoleteAttribute("Use NeighborLivenessDelay instead")>
Public Property NeighbourLivelinesDelay As UInteger
'Usage
 
Dim instance As MacConfiguration
Dim value As UInteger
 
instance.NeighbourLivelinesDelay = value
 
value = instance.NeighbourLivelinesDelay
[Obsolete("Use NeighborLivenessDelay instead")]
public uint NeighbourLivelinesDelay {get; set;}
[Obsolete("Use NeighborLivenessDelay instead")]
public:
property uint NeighbourLivelinesDelay {
   uint get();
   void set (    uint value);
}
Requirements

Target Platforms: eMote .NOW

See Also

Reference

MacConfiguration Class
MacConfiguration Members

Send Feedback