SmartSockets .NET Class Library

TipcMsg.nextUtf8Array Method (String[], Int32)

Gets a UTF-8 string array field from the message.

public virtual int nextUtf8Array(
   string[] ret,
   int off
);

Parameters

ret
storage for the string array
off
first element of ret to use

Return Value

the number of elements retrieved

Exceptions

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

See Also

TipcMsg Class | TipcMsg Members | TIBCO.SMARTSOCKETS Namespace | TipcMsg.nextUtf8Array Overload List


Copyright © TIBCO Software Inc. All rights reserved