Public Member Functions | |
| mixed | init (mixed port) |
| constructor | |
| mixed | ParseInput (mixed resultcode, mixed remoteaddr) |
| internal: parses the recieved data and calls the callback | |
| mixed | SetOnUpdate (mixed fun) |
Definition at line 5758 of file lua_pseudo_code.cpp.
| mixed gBroadcastReceiverPrototype::init | ( | mixed | port | ) | [inline] |
| mixed gBroadcastReceiverPrototype::ParseInput | ( | mixed | resultcode, | |
| mixed | remoteaddr | |||
| ) | [inline] |
internal: parses the recieved data and calls the callback
Definition at line 5764 of file lua_pseudo_code.cpp.
| mixed gBroadcastReceiverPrototype::SetOnUpdate | ( | mixed | fun | ) | [inline] |
sets the callback function fun(self,server) server : {address="123.2.2.2", last_received_time = 23476, data={...}}
Definition at line 5768 of file lua_pseudo_code.cpp.
1.5.6