SmartSockets .NET Class Library

TipcMsg.appendUnknown Method 

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

public virtual void appendUnknown(
   int ft
);

Parameters

ft
the type of field to append and mark as of 'unknown value'

Exceptions

Exception TypeCondition
TipcAssertionException If bad field_type parameter passed in
TipcException For all other errors

See Also

TipcMsg Class | TipcMsg Members | TIBCO.SMARTSOCKETS Namespace | CurrentFieldKnown | nextUnknown


Copyright © TIBCO Software Inc. All rights reserved