SmartSockets .NET Class Library

TipcMsg.appendBoolArray Method (Boolean[], Int32, Int32)

Append a boolean array field to a message.

public virtual void appendBoolArray(
   bool[] data,
   int offset,
   int length
);

Parameters

data
data for a new message field.
offset
the offset into the array.
length
the number of elements to append.

See Also

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


Copyright © TIBCO Software Inc. All rights reserved