Sockets - Search - Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Search Results: Sockets

Sockets - Maple Help
Overview of the Sockets Package Calling Sequence Description List of Sockets Package Commands Examples References Calling Sequence Sockets:- command ...
Persistant Timeout Protocol - Maple Help
Persistent Timeout Protocol and the Sockets Package Description Examples Description A number of routines in the Sockets package block indefinitely by ...
Read - Maple Help
Sockets Read read text data from a socket connection Calling Sequence Parameters Description Examples Calling Sequence Read( sid , timeout ) Parameters sid ...
Close - Maple Help
It must be a valid and open socket ID. •. You should always close any sockets that you open as soon as you ...
Peek - Maple Help
Sockets Peek check for data on a socket Calling Sequence Parameters Description Examples Calling Sequence Peek( sid ) Parameters sid - valid open socket ID ...
ReadBinary - Maple Help
Sockets ReadBinary read binary data from a network connection Calling Sequence Parameters Description Examples Calling Sequence ReadBinary( a ...
ReadLine - Maple Help
Sockets ReadLine read a line of text from a socket Calling Sequence Parameters Description Examples Calling Sequence ReadLine( sid , timeout ) Parameters ...
GetLocalHost - Maple Help
Sockets GetLocalHost return the host name of the local endpoint of a socket connection GetLocalPort return the port number of the local endpoint of a socket ...
Open - Maple Help
Sockets Open initiate a client TCP/IP connection Calling Sequence Parameters Description Examples Calling Sequence Open( host , port ) Parameters host ...
WriteBinary - Maple Help
Sockets WriteBinary write binary data on a socket connection Calling Sequence Parameters Description Examples Calling Sequence WriteBinary( sid ...