Manages devices on an PRO4 RS-485 bus which require protocol wrapping Typically this is done using the Protocol Adapter Mux on the wet end. And a vitual serial port on the top end to communicate with the driving software

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

Syntax

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

Inheritance Hierarchy

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

See Also