vrLib SDK Documentation
ExpectedResponseLength Property
NamespacesVideoRay.CommunicationProtocol_PRO4_InterfaceAdapterExpectedResponseLength
Gets or sets the expected length of the response. This is used to know when a transmission is complete FROM a device on the tether bus which does NOT implement the PRO4 protocol. It is currently used for the KCF smart tether
Declaration Syntax
C#Visual BasicVisual C++
public virtual uint ExpectedResponseLength { get; set; }
Public Overridable Property ExpectedResponseLength As UInteger
public:
virtual property unsigned int ExpectedResponseLength {
	unsigned int get ();
	void set (unsigned int value);
}
Value
The expected length of the response.

Assembly: vrLib (Module: vrLib) Version: 2.0.1.0 (2.0.1.0)