vrLib SDK Documentation
ExpectedResponseLength Property
NamespacesVideoRay.CommunicationInterfaceAdapter_KCF_SmartTetherExpectedResponseLength
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 override uint ExpectedResponseLength { get; set; }
Public Overrides Property ExpectedResponseLength As UInteger
public:
virtual property unsigned int ExpectedResponseLength {
	unsigned int get () override;
	void set (unsigned int value) override;
}
Value
The expected length of the response.

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