SmartSockets .NET Class Library

TipcMsg.addNamedUnknown Method 

Appends a new named field of the specified type to the message, but marks the field as 'value unknown'. The constants required for the parameter, field_type, are specified in this module (TipcMsg) and can be recognized by their FT_* names.

public virtual void addNamedUnknown(
   string name,
   int type
);

Parameters

name
the name to use
type
the type of field to append and mark as an 'unknown value'

Exceptions

Exception TypeCondition
TipcAssertionException If bad field type parameter is passed in
TipcAlreadyExistsException If the named field already exists
TipcException For all other errors

See Also

TipcMsg Class | TipcMsg Members | TIBCO.SMARTSOCKETS Namespace | appendUnknown


Copyright © TIBCO Software Inc. All rights reserved