---
title: MTRDoorLockDlRemoteOperationEventMask
framework: matter
role: symbol
role_heading: Structure
path: matter/mtrdoorlockdlremoteoperationeventmask
---

# MTRDoorLockDlRemoteOperationEventMask

## Declaration

```swift
struct MTRDoorLockDlRemoteOperationEventMask
```

## Topics

### Initializers

- [init(rawValue:)](matter/mtrdoorlockdlremoteoperationeventmask/init(rawvalue:).md)

### Type Properties

- [lock](matter/mtrdoorlockdlremoteoperationeventmask/lock.md)
- [lockInvalidCode](matter/mtrdoorlockdlremoteoperationeventmask/lockinvalidcode.md)
- [lockInvalidSchedule](matter/mtrdoorlockdlremoteoperationeventmask/lockinvalidschedule.md)
- [unknown](matter/mtrdoorlockdlremoteoperationeventmask/unknown.md)
- [unlock](matter/mtrdoorlockdlremoteoperationeventmask/unlock.md)
- [unlockInvalidCode](matter/mtrdoorlockdlremoteoperationeventmask/unlockinvalidcode.md)
- [unlockInvalidSchedule](matter/mtrdoorlockdlremoteoperationeventmask/unlockinvalidschedule.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)
