Transformer SDK For C  7.1-6.29168-cee61cb
Sending Nodata Messages

Macros

#define F_DELETEOBJECT   0x0004
 Instruction to delete this object. More...
 
#define F_NOTFOUND   0x0001
 The object is not found. More...
 
#define F_READDENY   0x0002
 You do not have permission to read this object. More...
 
#define F_UNAVAILABLE   0x0005
 The object is unavailable at this time. More...
 
#define F_WRITEDENY   0x0003
 You do not have permission to write to this object. More...
 

Functions

void symbol_send_nodata (const char *subject, u_short flags)
 Send a "nodata" message to the cache and to interested peers. More...
 

Detailed Description

Macro Definition Documentation

#define F_DELETEOBJECT   0x0004

Instruction to delete this object.

This define is used as the flags argument to ds5_publish_subject_error().

Examples:
demo-delete.c.
#define F_NOTFOUND   0x0001

The object is not found.

This define is used as the flags argument to ds5_publish_subject_error().

#define F_READDENY   0x0002

You do not have permission to read this object.

This define is used as the flags argument to ds5_publish_subject_error().

#define F_UNAVAILABLE   0x0005

The object is unavailable at this time.

This define is used as the flags argument to ds5_publish_subject_error().

#define F_WRITEDENY   0x0003

You do not have permission to write to this object.

This define is used as the flags argument to ds5_publish_subject_error().

Function Documentation

void symbol_send_nodata ( const char *  subject,
u_short  flags 
)

Send a "nodata" message to the cache and to interested peers.

Parameters
subjectThe name of the object
flagsThe type of "no data" message to send

This will delete an object from the core memory if it has been generated by the Transformer, and propogate the message to any listening peers for this object


Generated on Wed Aug 21 2019 12:50:11 for Transformer SDK For C