SmartSockets .NET Class Library

TipcMsg.nextBinary Method (SByte[], Int32)

Gets a binary field from the message.

public virtual int nextBinary(
   sbyte[] ret,
   int off
);

Parameters

ret
storage for the binary data
off
first byte in ret to use

Return Value

the number of bytes retrieved

Exceptions

Exception TypeCondition
TipcMsgBadFieldException If the next field is not 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.nextBinary Overload List


Copyright © TIBCO Software Inc. All rights reserved