extract_msg.structures.dv_target_device Module

Module contents

class extract_msg.structures.dv_target_device.DVTargetDevice(data: bytes | None)[source]

Bases: object

Specifies information about a device that renders the presentation data.

The creator of this data structure MUST NOT assume that it will be understood during processing.

toBytes() bytes | None[source]
property driverName: bytes | None

Optional ANSI string that contains a hunt on how to display or print presentation data.

property deviceName: bytes | None

Optional ANSI string that contains a hunt on how to display or print presentation data.

property portName: bytes | None

Optional ANSI string that contains any arbitrary value.

property extDevMode: DevModeA | None

Optional ANSI string that contains a hunt on how to display or print presentation data.