IChannelAttributes Interface
Represents the attributes of a channel/DDS.
Signature
export interface IChannelAttributes
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
packageVersion | optional |
string | The package version of the code of the DDS, for debug only |
snapshotFormatVersion | string | Format version of the snapshot Currently, only use to display a debug message if the version is incompatible | |
type | string | Type name of the DDS for factory look up with ISharedObjectRegistry |
Property Details
packageVersion
The package version of the code of the DDS, for debug only
Signature
readonly packageVersion?: string;
Type: string
snapshotFormatVersion
Format version of the snapshot Currently, only use to display a debug message if the version is incompatible
Signature
readonly snapshotFormatVersion: string;
Type: string
type
Type name of the DDS for factory look up with ISharedObjectRegistry
Signature
readonly type: string;
Type: string