SmartSockets .NET Class Library

TipcMsg.getNamedInt8Array Method 

Returns a 8 byte integer array field corresponding to the given field name. If there is no field by that name, an exception will be thrown.

public virtual long[] getNamedInt8Array(
   string name
);

Parameters

name
the field name

Return Value

the field data

Exceptions

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

See Also

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


Copyright © TIBCO Software Inc. All rights reserved