Click or drag to resize

IpcTopicData Constructor

X#
Construct an IpcTopicData object.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	ptrString,
	nLength
) CLIPPER
Request Example View Source

Parameters

ptrString (Optional)
Type: Usual
A pointer to the data string.
nLength (Optional)
Type: Usual
The number of characters to transfer. If not specified, the entire length of the data string is used.
Remarks
An IpcTopicData object is used for transferring data in response to a data request call on an IpcServer object.
See Also