Class RecordingSettingsCommand

Base command type for a full writable command, which uses flags to indicate the changed properties

Hierarchy

Constructors

Properties

_properties: Partial<RecordingStateProperties>
flag: number
MaskFlags: {
    filename: number;
    recordInAllCameras: number;
    workingSet1DiskId: number;
    workingSet2DiskId: number;
} = ...

Type declaration

  • filename: number
  • recordInAllCameras: number
  • workingSet1DiskId: number
  • workingSet2DiskId: number
minimumVersion: V8_1_1 = ProtocolVersion.V8_1_1
rawName: "CRMS" = 'CRMS'

Accessors

Methods

Generated using TypeDoc