SmartSockets .NET Class Library

TipcMsg.getNamedUnknown Method 

Returns true if the field corresponding to the given field name is marked as having 'unknown value'. If the field has a 'known value' a TipcMsgBadFieldException will be thrown. If there is no field by that name, an exception will be thrown.

public virtual bool getNamedUnknown(
   string name
);

Parameters

name
the field name

Return Value

the field data

Exceptions

Exception TypeCondition
TipcMsgException If there is no field by that name
TipcException For all other errors

See Also

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


Copyright © TIBCO Software Inc. All rights reserved