PowerTCP Sockets for .NET
GetEchoes Method




Syntax
'Declaration
 
Public Function GetEchoes( _
   ByVal address As IPAddress, _
   ByVal data() As Byte, _
   ByVal ttl As Integer, _
   ByVal timeout As Integer, _
   ByVal broadcast As Boolean _
) As Echo()
'Usage
 
Dim instance As PingSlave
Dim address As IPAddress
Dim data() As Byte
Dim ttl As Integer
Dim timeout As Integer
Dim broadcast As Boolean
Dim value() As Echo
 
value = instance.GetEchoes(address, data, ttl, timeout, broadcast)
public Echo[] GetEchoes( 
   IPAddress address,
   byte[] data,
   int ttl,
   int timeout,
   bool broadcast
)
public: Echo*[]* GetEchoes( 
   IPAddress* address,
   byte[]* data,
   int ttl,
   int timeout,
   bool broadcast
) 
public:
array<Echo^>^ GetEchoes( 
   IPAddress^ address,
   array<byte>^ data,
   int ttl,
   int timeout,
   bool broadcast
) 

Parameters

address
data
ttl
timeout
broadcast
See Also

Reference

PingSlave Class
PingSlave Members


PowerTCP Sockets for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic