mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-04-05 03:37:43 +00:00
Include file for inet`
This commit is contained in:
parent
b25b5cd233
commit
bdff511c8f
23
src/inc/inet.plh
Normal file
23
src/inc/inet.plh
Normal file
@ -0,0 +1,23 @@
|
||||
//
|
||||
// iNet API
|
||||
//
|
||||
import inet
|
||||
struc t_inet
|
||||
word initIP
|
||||
word serviceIP
|
||||
word openUDP
|
||||
word sendUDP
|
||||
word closeUDP
|
||||
word listenTCP
|
||||
word connectTCP
|
||||
word sendTCP
|
||||
word closeTCP
|
||||
word setInterfaceIP
|
||||
word getInterfaceHA
|
||||
word setDNS
|
||||
word resolveIP
|
||||
word setCallback
|
||||
word setParam
|
||||
end
|
||||
word iNet
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user