5 lines
160 B
Text
5 lines
160 B
Text
|
|
InitNetwork()
|
||
|
|
ConnectionID = OpenNetworkConnection("localhost", 256)
|
||
|
|
SendNetworkString(ConnectionID, "hello socket world")
|
||
|
|
CloseNetworkConnection(ConnectionID)
|