SmartSockets .NET Class Library

TipcMsg.getTypeNamed Method 

Returns the type of the field corresponding to the given field name. If there is no field by that name, an exception will be thrown.

public virtual int getTypeNamed(
   string name
);

Parameters

name
the field name

Return Value

the type (see list of field types above)

Exceptions

Exception TypeCondition
TipcMsgEomException If there is no field by that name or if the index has have moved past last field
TipcException For all other errors

See Also

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


Copyright © TIBCO Software Inc. All rights reserved