SmartSockets .NET Class Library

TipcMsg.NameCurrent Property

Gets/Sets the name of the current field.

Appending a new field does not advance the current field index, so you must manually set the current field after appending a field to a message.

public virtual string NameCurrent {get; set;}

Exceptions

Exception TypeCondition
TipcMsgEomException If there is no field at the current field index (the index is past the end of the message).
TipcException For any errors

See Also

TipcMsg Class | TipcMsg Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved