com.onlineobject.objectnet Namespace

VariablesNetwork Methods

The VariablesNetwork type exposes the following members.

Methods


  Name Description
Public method ComputeActive
Computes the active state of the network entity by updating variables.
Public method ComputePassive
Computes the passive state of the network entity by synchronizing variables.
Public method Extract
Extracts variable data from the provided IDataStream and updates the network variables.
Public method GetPassiveArguments
Gets the arguments for the passive state computation.
Public method RegisterVariable
Registers a variable with the network.
Public method SetComponentTarget
Sets the target component for the variables.
Public method SynchonizeActive
Synchronizes the active state by writing variable data to the provided IDataStream.
Public method SynchonizePassive
Synchronizes the passive state with the given data.