20 lines
399 B
Plaintext
20 lines
399 B
Plaintext
socket binding.
|
|
Thomas Simonnet
|
|
|
|
string ip_adress
|
|
int socket port
|
|
_MEMBER_FUNCTION(SocketScriptBinding, constructor, 1, _SC(".si"))
|
|
|
|
/*#
|
|
Func: PushMessage
|
|
Proto: void:string
|
|
Desc: send messs
|
|
#*/
|
|
_MEMBER_FUNCTION(SocketScriptBinding, PushMessage, -1, _SC(".s"))
|
|
|
|
/*#
|
|
Func: UpdateProcess
|
|
Proto: string:void
|
|
Desc: get messs
|
|
#*/
|
|
_MEMBER_FUNCTION(SocketScriptBinding, UpdateProcess, -1, _SC(".")) |