SmartSockets .NET Class Library

TipcMsg.updateNamedChar Method (String, Char)

Updates a named character field in a message.

public virtual void updateNamedChar(
   string name,
   char Value
);

Parameters

name
the name of the field
Value
the new byte 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 | TipcMsg.updateNamedChar Overload List | appendChar | addNamedChar


Copyright © TIBCO Software Inc. All rights reserved