Click or drag to resize

DistanceMeasurementHandler Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    VideoHandler
      Ozeki.MediaDistanceMeasurementHandler

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public class DistanceMeasurementHandler : VideoHandler

The DistanceMeasurementHandler type exposes the following members.

Constructors
 NameDescription
Public methodDistanceMeasurementHandlerInitializes a new instance of the DistanceMeasurementHandler class
Top
Properties
 NameDescription
Public propertyID
(Inherited from DisposableClass)
Public propertyRange 
Public propertyReceiveFormats
(Inherited from VideoHandler)
Top
Methods
 NameDescription
Public methodDispose
(Inherited from DisposableClass)
Protected methodDispose(Boolean)
(Inherited from DisposableClass)
Public methodDoCalibration 
Protected methodFinalize
(Inherited from DisposableClass)
Protected methodGetAllFormats
(Inherited from VideoHandler)
Public methodMeasureDistance 
Public methodOnDataReceived
(Overrides VideoHandler.OnDataReceived(Object, VideoData))
Protected methodReceiverConnected
(Inherited from VideoHandler)
Protected methodReceiverDisconnected
(Inherited from VideoHandler)
Protected methodSendData
(Inherited from VideoHandler)
Protected methodSenderConnected
(Inherited from VideoHandler)
Protected methodSenderDisconnected
(Inherited from VideoHandler)
Public methodSetPreferredSendFormats
(Inherited from VideoHandler)
Protected methodSetSupportedFormats
(Inherited from VideoHandler)
Top
Events
 NameDescription
Public eventMediaDataSent
(Inherited from VideoHandler)
Public eventOnRangeChanged 
Public eventReceiveFormatsChanged
(Inherited from VideoHandler)
Top
See Also