SmartSockets .NET Class Library

TipcMsg.addNamedReal8Array Method 

Appends a 8 byte real array field to a message, with a name.

public virtual void addNamedReal8Array(
   string name,
   double[] Value,
   int off,
   int len
);

Parameters

name
the name to use
Value
the data for the field
off
offset into 'Value'
len
number of doubles in 'Value' to copy

Exceptions

Exception TypeCondition
TipcException If there is an error copying the data
TipcAlreadyExistsException If the named field already exists
TipcException For all other errors

See Also

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


Copyright © TIBCO Software Inc. All rights reserved