milestonexprotectwspython.xpwmanualrecordingresult

Module: xpwmanualrecordingresult.py

Revision History

Date Version Description
2023/07/11 1.0.0.0 Initial Version.

@export
class XPWManualRecordingResult:

Represents result of starting and stopping manual recording.

Threadsafety:

This class is fully thread-safe.

XPWManualRecordingResult()

Initializes a new instance of the class.

DeviceId: str

Gets the DeviceId property value.

Returns:

The device id that executed the manual recording function.

ResultCode: str

Gets the ResultCode property value.

Returns:

The result code of the manual recording function.

Message: str

Gets the Message property value.

Returns:

The status message of the manual recording function.