FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour message to client
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
message to client
Posted: Sat Apr 28, 2018 08:15 AM

socket send a small message to client ok

to GURU

but we can send rtf message to client ? and How ?

Can we send an offline message ?

I saw there are also :

hb_socketSetBroadcast(hSocket, lValue)
hb_socketSetMulticast(hSocket, [nFamily = HB_SOCKET_AF_INET], cAddr)
hb_socketSend(hSocket, cBuffer, [nLen = Len( cBuffer )], [nFlags = 0], [nTimeout = FOREVER])
hb_socketSendTo(hSocket, cBuffer, [nLen = Len( cBuffer )], [nFlags = 0], aAddr, [nTimeout = FOREVER])
hb_socketRecv(hSocket, @cBuffer, [nLen = Len( cBuffer )], [nFlags = 0], [nTimeout = FOREVER])
hb_socketRecvFrom(hSocket, @cBuffer, [nLen = Len( cBuffer )], [nFlags = 0], @aAddr, [nTimeout = FOREVER])

how it run ?

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com

Continue the discussion