DeveloppeurPascal / Socket-Messaging-Library

A client / server messaging library to use with TCP sockets in Delphi or C++Builder (one day in the future)
https://socketmessaging.developpeur-pascal.fr
GNU Affero General Public License v3.0
18 stars 3 forks source link

for the field type, specify numeric, array, string, class, boolean, ... to manage the read/write in the stream and socket #59

Closed DeveloppeurPascal closed 1 year ago

DeveloppeurPascal commented 1 year ago

add a choice between "sizeof(), string, class" if Class, utiliser LoadFromStream() and saveToStream() in the code if string, use StringToStream, StreamToStream actual procedures if sizeof() use write(field,sizeof(field))