Olf.Net.Socket.Messaging Unit

*************************************************************************** Socket Messaging Library Copyright 2023-2024 Patrick Prémartin under AGPL 3.0 license. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *************************************************************************** Socket Messaging is a Delphi Library for managing a messaging system over TCP/IP sockets between clients and servers or peer to peer programs. The library can be used in any Delphi project on recent versions of the environment. It uses the TSocket class from System.Net.Socket, threads and generic collections. To use this library more simply, and obtain the source code you need to use a client and server in your project, with your own interface, without coding, use this code generator : https://smcodegenerator.olfsoftware.fr/ *************************************************************************** Author(s) : Patrick PREMARTIN Site : https://socketmessaging.developpeur-pascal.fr/ Project site : https://github.com/DeveloppeurPascal/Socket-Messaging-Library *************************************************************************** File last update : 28/05/2024 12:19:19 Signature : 8bc0536e5b81b097a02934e6b9ce4a388f5c9ff9 ***************************************************************************

Package: MultiUserDrawServer
 NameDescription
TOlfSMClient

TOlfSMException

TOlfSMMessage

TOlfSMServer

TOlfSMSrvConnectedClient

TOlfSMSrvConnectedClientsList

TOlfSocketMessage

DEPRECATED : use TOlfSMMessage

TOlfSocketMessagingClient

DEPRECATED : use TOlfSMClient

TOlfSocketMessagingException

DEPRECATED : use TOlfSMException

TOlfSocketMessagingServer

DEPRECATED : use TOlfSMServer

TOlfSocketMessagingServerConnectedClient

DEPRECATED : use TOlfSMSrvConnectedClient

Top
 NameDescription
IOlfSMMessagesRegister

IOlfSocketMessagesRegister

DEPRECATED : use IOlfSMMessagesRegister

Top
 NameDescription
TOlfMessageID

DEPRECATED : use TOlfSMMessageID

TOlfMessageSize

DEPRECATED : use TOlfSMMessageSize

TOlfMessageSubscribers

TOlfSMMessageID

TOlfSMMessageSize

TOlfSMMessagesDict

TOlfSocketMessagesDict

DEPRECATED : use TOlfSMMessagesDict

TOlfSubscribers

Top