Click or drag to resize

IpcDataUpdateEvent Class

X#
Provide information about an IpcDataUpdateEvent, used to store information about the topic name, item name, and the new data.
Inheritance Hierarchy
Object
  VObject
    IpcEvent
      IpcDataUpdateEvent

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

The IpcDataUpdateEvent type exposes the following members.

Properties
  NameDescription
Public propertyAsString
A string containing the data that has changed.
Public propertyItem
A string representing the item name for which the event has been requested.
(Inherited from IpcEvent.)
Public propertyTopic
A string representing the topic name for which the event has been requested.
(Inherited from IpcEvent.)
Top
Methods
  NameDescription
Public methodDestroy
Free memory resources allocated for a VObject object and its derived objects.
(Inherited from VObject.)
Public methodGetData
Enable the program to handle the data that has changed.
Top
Fields
  NameDescription
Public fielddwData1 (Inherited from IpcEvent.)
Public fielddwData2 (Inherited from IpcEvent.)
Public fielddwFmt (Inherited from IpcEvent.)
Public fielddwType (Inherited from IpcEvent.)
Public fieldhConv (Inherited from IpcEvent.)
Public fieldhData (Inherited from IpcEvent.)
Public fieldhsz1 (Inherited from IpcEvent.)
Public fieldhsz2 (Inherited from IpcEvent.)
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Public fieldoIPCObject (Inherited from IpcEvent.)
Top
Remarks
IpcDataUpdateEvent events are sent to IpcServer:DataUpdate() and IpcClient:DataUpdate().
See Also

Reference