TipcSrvMonExtDelete


Name

TipcSrvMonExtDelete — remove a field from an RTclient’s MON_CLIENT_EXT_POLL_RESULT message

Synopsis

T_BOOL TipcSrvMonExtDelete(srv, field_name) 
T_IPC_SRV srv; 
T_STR field_name; 

Arguments

srv — connection handle to the RTserver

field_name — name of a field in the RTclient’s MON_CLIENT_EXT_POLL_RESULT message.

Return Values

TRUE if the field was removed, FALSE otherwise.

Diagnostics

If TipcSrvMonExtDelete fails, it returns FALSE and sets the global SmartSockets error number to one of:

Description

TipcSrvMonExtDelete removes a field from an RTclient’s MON_CLIENT_EXT_POLL_RESULT message. The effected MON_CLIENT_EXT_POLL_RESULT message is the one belonging to the RTclient who issued TipcSrvMonExtDelete.

See Also

Use other TipcSrvMonExt* APIs as necessary to define extension data in each RTclient that is polled by TipcSrvMonClientExtPoll.

Examples

See the example for TipcSrvMonClientExtPoll.


TIBCO SmartSockets™ Application Programming Interface
Software Release 6.8, July 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com