MotionDetectionEvent Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public MotionDetectionEvent(
bool detection
)
Public Sub New (
detection As Boolean
)
public:
MotionDetectionEvent(
bool detection
)
new :
detection : bool -> MotionDetectionEvent
Parameters
- detection
- Type: SystemBoolean
See Also