TipcSrvMonExtSetReal16 add or update a field of type REAL16 in an RTclient’s MON_CLIENT_EXT_POLL_RESULT message
T_BOOL TipcSrvMonExtSetReal16(srv, field_name, data
) T_IPC_SRVsrv
; T_STRfield_name
; T_REAL16data
;
srv
connection handle to the RTserver
field_name
name of a field in the RTclient’s MON_CLIENT_EXT_POLL_RESULT message.
data
the RTclient information to write to field_name
in the MON_CLIENT_EXT_POLL_RESULT message.
TRUE
if the field was added or updated, FALSE
otherwise.
If TipcSrvMonExtSetReal16 fails, it returns FALSE
and sets the global SmartSockets error number to one of:
TipcSrvMonExtSetReal16 creates a field of type REAL16 in the RTclient’s MON_CLIENT_EXT_POLL_RESULT message to associate with one of the RTclient’s fields. If the field in the MON_CLIENT_EXT_POLL_RESULT message does not exist, it is created and updated with the value of data
. If the field already exists in the MON_CLIENT_EXT_POLL_RESULT message, TipcSrvMonExtSetReal16 only updates it with the value of data
.
![]() |
Not all platforms fully support the REAL16 type. While some platforms can manipulate them as uninterpreted bytes, they can neither manipulate nor interpret them as numbers.
|
Use other TipcSrvMonExt* APIs as necessary to define extension data in each RTclient that is polled by TipcSrvMonClientExtPoll.
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 |