ping method

void ping(
  1. IStatus status
)

Implementation

void ping(IStatus status) {
  _ping(self, status.self);
  status.checkStatus();
}