mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-08-07 18:25:03 +00:00
Include file for inet`
This commit is contained in:
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
|
Reference in New Issue
Block a user