IpcTopicData Constructor | |
Construct an IpcTopicData object.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
ptrString,
nLength
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public IpcTopicData(
Usual ptrString = default,
Usual nLength = default
)
Request Example
View SourceParameters
- 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