stop method

int stop(
  1. int client
)

Implementation

int stop(int client) {
  return _stop(client);
}