FemtoScan Online SDK Documentation

Home :: FsOnlineSDK :: fmspm classes

macro SPM_RECEIVE_STRING

^ 
Bidirectional, receive string message.

When message sent from client, the destination can be particular client. If no client address specified, the message is broadcasted to all clients. When message sent from server, client address specifies origination of message.

Source:
../fmspm/clntmsg.h:24
Author:
unascribed
Version:
unknown
Param:
data The message in form
 <string>[/0<client address>] 
 
where <string> can be any sequence of characters, <client address> is optional destination or source client address, which should match to the one of connected clients's address. Client address and message should be delimited with byte of 0 value. Terminating 0 is not necessary.
Code:
public define SPM_RECEIVE_STRING 0x2

(C) Advanced Technologies Center, 2002-2006
For support contact us at fsdev@nanoscopy.net