PatrolDirection Enumeration |
Represents the camera's patrol direction. The device will move to the direction, than moves back to it's starter position.
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public enum PatrolDirection
Public Enumeration PatrolDirection
public enum class PatrolDirection
Members
| Member name | Value | Description |
---|
| ToRight | 0 | |
| ToLeft | 1 | |
| ToUp | 2 | |
| ToDown | 3 | |
See Also