SmartSockets .NET Class Library

TipcMsg.nextUnknown Method 

If the next field in the message is marked as an 'unknown value', this method will skip over the field and return true. If the field has a 'known value', the current field will not be advanced, and a TipcMsgBadFieldException will be thrown.

public virtual bool nextUnknown();

Return Value

true if the field has 'unknown value'

Exceptions

Exception TypeCondition
TipcMsgBadFieldException If the next field is not of the requested type
TipcMsgEomException If there is no next field.
TipcException For all other errors

See Also

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


Copyright © TIBCO Software Inc. All rights reserved