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