SmartSockets .NET Class Library

TipcMsg.updateNamedReal4 Method 

Updates a named 4 byte real field in a message.

public virtual void updateNamedReal4(
   string name,
   float Value
);

Parameters

name
the name of the field
Value
the new float value for the field

Exceptions

Exception TypeCondition
TipcException If there is an error copying the data
TipcMsgException If there is no field by that name
TipcException For all other errors

See Also

TipcMsg Class | TipcMsg Members | TIBCO.SMARTSOCKETS Namespace | appendReal4 | addNamedReal4


Copyright © TIBCO Software Inc. All rights reserved