SmartSockets .NET Class Library

TipcMsg.getNamedFieldKnown Method 

Examines the named field and reports back if it is an actual value, or a field marked as having an 'unknown value'. Does not advance to the next field.

public virtual bool getNamedFieldKnown(
   string name
);

Return Value

true if the named field contains an actual value; false if the field is marked as having an 'unknown value'.

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 | addNamedUnknown


Copyright © TIBCO Software Inc. All rights reserved