MBS Plugin Documentation
Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchie
New in Version 7.0 7.1 7.2 7.3 7.4 7.5 7.6 7.7 7.8 8.0 8.1 8.2 8.3 8.4 8.5 8.6 8.7 9.0
The list of the themes, classes, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
global method, Network, MBS Network Plugin (SuperSocket), Plugin version: 7.5, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Resolves a DNS address for the IP address your provide.
Some examples using this method:
global method, Network, MBS Network Plugin (SuperSocket), Plugin version: 7.5, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Resolves an IP address from the DNS address you provide.
Some examples using this method:
global method, Network, MBS Network Plugin (SuperSocket), Plugin version: 7.5, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Returns the number of active Datagram objects.
Some examples using this method:
global method, Network, MBS Network Plugin (SuperSocket), Plugin version: 7.5, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Gets the number of DDPDatagram objects available to the SuperSocket engine for use when receiving AppleTalk datagrams.
global method, Network, MBS Network Plugin (SuperSocket), Plugin version: 7.5, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Gets the number of UDPDatagram objects available to the SuperSocket engine for use when receiving datagrams.
global method, Network, MBS Network Plugin (SuperSocket), Plugin version: 7.5, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Number of network interfaces.
Notes: This is the number of network interfaces the SuperSocket plugin sees. The system may have more.
Some examples using this method:
global method, Network, MBS Network Plugin (SuperSocket), Plugin version: 7.5, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Returns the network interface with the given index.
Notes:
Returns nil on any error.
Index is zero based.
Some examples using this method:
global method, Network, MBS Network Plugin (SuperSocket), Plugin version: 7.5, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Rebuilds the internal list of network interfaces.
Some examples using this method:
global method, Network, MBS Network Plugin (SuperSocket), Plugin version: 7.5, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Sets the number of DDPDatagram objects available to the SuperSocket engine for use when receiving AppleTalk datagrams.
Notes: Using this pool allows the SuperSocket engine to receive UDPDatagram more efficiently. Setting the pool size to 0 will disable the pool.
global method, Network, MBS Network Plugin (SuperSocket), Plugin version: 7.5, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: ets the number of UDPDatagram objects available to the SuperSocket engine for use when receiving datagrams.
Notes: Using this pool allows the SuperSocket engine to receive UDPDatagram more efficiently. Setting the pool size to 0 will disable the pool.
global method, Network, MBS Network Plugin (SuperSocket), Plugin version: 7.5, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Returns a string description of the error code you pass in.
Some examples using this method:
global method, Network, MBS Network Plugin (SuperSocket), Plugin version: 7.5, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: This method is used to give more time to the SuperSocket engine during periods of above-average activity.
Notes:
Add a timer to your project to call this method every 50 milliseconds.
SuperSocket can only deliver events to Endpoints, Listeners & Browsers at system time. If your REALbasic application is busy, then SuperSocket's performance can suffer. Sprinkle calls to this method, sparingly, in parts of your code that may take a long time to process.
Some examples using this method:
The items on this page are in the following plugins: MBS Network Plugin.