Struct OwnershipKind_def

Struct Documentation

struct OwnershipKind_def

Public Types

enum Type

Values:

enumerator SHARED

The same instance can be written by multiple DataWriter objects. All updates will be made available to the DataReader objects. In other words it does not have a specific owner.