Class: UDPSocket

Inherits:
Object show all
Defined in:
lib/framework/autocomplete/UDPSocket.rb

Overview

It is auto-generated content. Do not do required for this file in your application.

Defined Under Namespace

Modules: WaitReadable, WaitWritable

Constant Summary collapse

SEEK_SET =
0
SEEK_CUR =
1
SEEK_END =
2
LOCK_SH =
1
LOCK_EX =
2
LOCK_UN =
8
LOCK_NB =
4
RDONLY =
0
WRONLY =
1
RDWR =
2
APPEND =
8
CREAT =
256
EXCL =
1024
NONBLOCK =
4
TRUNC =
512
BINARY =
32768
FNM_NOESCAPE =
1
FNM_PATHNAME =
2
FNM_DOTMATCH =
4
FNM_CASEFOLD =
8
FNM_SYSCASE =
8

Instance Method Summary collapse

Instance Method Details

#bind(req, req1) ⇒ Object



58
59
# File 'lib/framework/autocomplete/UDPSocket.rb', line 58

def bind(req,req1)
end

#connect(req, req1) ⇒ Object



56
57
# File 'lib/framework/autocomplete/UDPSocket.rb', line 56

def connect(req,req1)
end

#recvfrom_nonblock(rest) ⇒ Object



62
63
# File 'lib/framework/autocomplete/UDPSocket.rb', line 62

def recvfrom_nonblock(rest)
end

#send(rest) ⇒ Object



60
61
# File 'lib/framework/autocomplete/UDPSocket.rb', line 60

def send(rest)
end