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 Basic | Visual 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.