# Operation

Selection between an unlock and lock event.&#x20;

### Implementation

```csharp
public enum Operation
```

### Fields

| Name   | intValue | Description                         |
| ------ | -------- | ----------------------------------- |
| Unlock | 0        | Used for generating an unlock event |
| Lock   | 1        | Used for generating a lock event    |
