Specialization of Protocol_PRO4_InterfaceAdapter for the KCF smart tether This implementations allows us to intercept quiers to the ROV and emulate them at the surface. This saves a bit of comms bandwidth, and allows us to inject our depth sensor etc.

Namespace:  VideoRay.Communication
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
[SerializableAttribute]
public class InterfaceAdapter_KCF_SmartTether : Protocol_PRO4_InterfaceAdapter
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class InterfaceAdapter_KCF_SmartTether _
	Inherits Protocol_PRO4_InterfaceAdapter
Visual C++
[SerializableAttribute]
public ref class InterfaceAdapter_KCF_SmartTether : public Protocol_PRO4_InterfaceAdapter

Inheritance Hierarchy

System..::.Object
  VideoRay.Communication..::.Protocol_PRO4_InterfaceAdapter
    VideoRay.Communication..::.InterfaceAdapter_KCF_SmartTether

See Also