IPX network functions.
Methods
-
inner IpxCheckPacket() → {boolean}
-
Check for packet in receive buffer.
Returns:
boolean - true if a packet is available. -
inner IpxGetLocalAddress() → {IpxAddress}
-
Get the local address.
Returns:
IpxAddress - an array containing the own address. -
inner IpxGetPacket() → {IpxPacket}
-
Get packet from receive buffer(or NULL).
Returns:
IpxPacket - a data packet or null if none available. -
inner IpxSendPacket(data, dest)
-
Send packet via IPX. Max length 79 byte. Node addresses are arrays of 6 numbers between 0-255. See IPX for BROADCAST address.
Parameters:
Name Type Description datastring data to send. destIpxAddress destination address. -
inner IpxSocketClose()
-
Close IPX socket (if any).
-
inner IpxSocketOpen(num)
-
Open an IPX socket. See IPX for DEFAULT_SOCKET.
Parameters:
Name Type Description num* the socket number to use.