Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. function getEnabled():boolean -- Whether the local bus interface is enabled.
  2. function setEnabled(enabled:boolean):boolean -- Sets whether the local bus interface should be enabled.
  3. function getAddress():number -- Get the local interface address.
  4. function setAddress(address:number):number -- Sets the local interface address.
  5. function send(address:number, data:table):boolean -- Sends data across the abstract bus.
  6. function maxPacketSize():number -- The maximum packet size that can be sent over the bus.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement