ENet Class Library for C#
Peer.Ping Method
Sends a ping to the remote computer.
[Visual Basic]
Public Sub Ping()
[C#]
public
void
Ping();
Exceptions
Exception Type
Condition
InvalidOperationException
The peer is not initialized.
See Also
Peer Class
|
ENet Namespace