unbind method

void unbind(
  1. int channel
)

Implementation

void unbind(int channel) {
  // 597
  sdlNetUdpUnbind(this, channel);
}