Note: This method should only be invoked when using a single, global RTserver connection via the TipSvc.getSrv method.
Adds a real8 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. Note: This method should only be invoked when using a single, global RTserver connection via the TipSvc.getSrv method.
public static void setReal8Array(string,double[]);
Adds a real8 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 setReal8Array(TipcSrv,string,double[]);
TipcMonExt Class | TipcMonExt Members | TIBCO.SMARTSOCKETS Namespace