SmartSockets .NET Class Library

TipcMsg.addNamedChar Method (String, SByte)

Appends a character (byte) field to a message, with a name.

public virtual void addNamedChar(
   string name,
   sbyte Value
);

Parameters

name
the name to use
Value
the byte value to append

Exceptions

Exception TypeCondition
TipcException If there is an error copying the data
TipcAlreadyExistsException If the named field already exists
TipcException For all other errors

See Also

TipcMsg Class | TipcMsg Members | TIBCO.SMARTSOCKETS Namespace | TipcMsg.addNamedChar Overload List | appendChar


Copyright © TIBCO Software Inc. All rights reserved