SmartSockets .NET Class Library

TipcMsg.addNamedBoolArray Method 

Append a boolean array field to a message, with a name.

public virtual void addNamedBoolArray(
   string name,
   bool[] Value,
   int off,
   int len
);

Parameters

name
the name to use
Value
data for a new message field.
off
the offset into the array.
len
the number of elements to append.

Exceptions

Exception TypeCondition
TipcAlreadyExistsException If the named field already exists
TipcException For all other errors

See Also

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


Copyright © TIBCO Software Inc. All rights reserved