Click or drag to resize

IpcTopic Class

X#
Create topic (and items) to be supported by an IPC server and which IPC clients can request. These objects are used by IpcServer:AddTopic() and IpcClient:RequestData().
Inheritance Hierarchy
Object
  VObject
    IpcTopic

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS IpcTopic INHERIT VObject
Request Example View Source

The IpcTopic type exposes the following members.

Constructors
  NameDescription
Public methodIpcTopic
Construct an IpcTopic object.
Top
Methods
  NameDescription
Public methodAddItem
Add an item to the list of items associated with the topic.
Public methodDeleteItem
Delete an item from the list of items associated with the topic.
Top
Fields
  NameDescription
Public fieldaItemList
Public fieldcTopicName
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Top
See Also

Reference