SmartSockets .NET Class Library

TipcMonExt.setReal4Array Method (TipcSrv, String, Single[])

Adds a real4 array field to the monitor extension message, associating that field with a name. If the named field already exists the method will update the value of the named field.

public static void setReal4Array(
   TipcSrv srv,
   string data_name,
   float[] data
);

Parameters

srv
the RTserver connection issuing the set.
data_name
the name associated with the extension data being added.
data
the real4 array data to be added to the monitor extension message.

Exceptions

Exception TypeCondition
TipcException If an error occurs updating the message.

See Also

TipcMonExt Class | TipcMonExt Members | TIBCO.SMARTSOCKETS Namespace | TipcMonExt.setReal4Array Overload List


Copyright © TIBCO Software Inc. All rights reserved