SmartSockets .NET Class Library

TipcMsg.appendBinary Method (SByte[], Int32, Int32)

Appends a binary field to a message. No conversion will occur for binary fields. It is up to the programmer to provide any required conversion.

public virtual void appendBinary(
   sbyte[] binary_data,
   int offset,
   int length
);

Parameters

binary_data
data for new message field
offset
start location in binary_data
length
number of bytes to append

See Also

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


Copyright © TIBCO Software Inc. All rights reserved