Project

General

Profile

Task #3492

Updated by Vince Lehman about 8 years ago

Class API: 

 ``` Python 
 class NdnPingClient: 
     @staticmethod 
     def ping(srcNode, namePrefix, interval=1000, timeout=4000, count=None, startingSeqNo=None, id=None, allowStaleData=False, printTimestamp=False) 
 ```

Back