1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-08-21 21:29:08 +00:00

Include file for inet`

This commit is contained in:
Dave Schmenk 2017-12-11 15:10:33 -08:00
parent b25b5cd233
commit bdff511c8f

23
src/inc/inet.plh Normal file
View 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