Advertisement
Guest User

modem_doc.tmp

a guest
Jul 20th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.81 KB | None | 0 0
  1. >> Метод: slot
  2. Документация: 15
  3. >> Метод: maxPacketSize
  4. Документация: function():number -- Gets the maximum packet size (config setting).
  5. >> Метод: getWakeMessage
  6. Документация: function():string, boolean -- Get the current wake-up message.
  7. >> Метод: broadcast
  8. Документация: function(port:number, data...) -- Broadcasts the specified data on the specified port.
  9. >> Метод: isWireless
  10. Документация: function():boolean -- Whether this card has wireless networking capability.
  11. >> Метод: type
  12. Документация: modem
  13. >> Метод: send
  14. Документация: function(address:string, port:number, data...) -- Sends the specified data to the specified target.
  15. >> Метод: address
  16. Документация: 88d07e05-3bca-4780-aff7-97d8abea017b
  17. >> Метод: isWired
  18. Документация: function():boolean -- Whether this card has wired networking capability.
  19. >> Метод: close
  20. Документация: function([port:number]):boolean -- Closes the specified port (default: all ports). Returns true if ports were closed.
  21. >> Метод: setStrength
  22. Документация: function(strength:number):number -- Set the signal strength (range) used when sending messages.
  23. >> Метод: isOpen
  24. Документация: function(port:number):boolean -- Whether the specified port is open.
  25. >> Метод: open
  26. Документация: function(port:number):boolean -- Opens the specified port. Returns true if the port was opened.
  27. >> Метод: setWakeMessage
  28. Документация: function(message:string[, fuzzy:boolean]):string -- Set the wake-up message and whether to ignore additional data/parameters.
  29. >> Метод: getStrength
  30. Документация: function():number -- Get the signal strength (range) used when sending messages.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement