add method

int add(
  1. SdlNetGenericSocket sock
)

Implementation

int add(SdlNetGenericSocket sock) {
  // 884
  return sdlNetAddSocket(this, sock);
}