Gets or sets flag that interprets word count in packet header from a byte instead of a word.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[DefaultValueAttribute(false)] public bool ParseWordCountFromByte { get; set; }
<DefaultValueAttribute(False)> _ Public Property ParseWordCountFromByte As Boolean Get Set
[DefaultValueAttribute(false)] public: property bool ParseWordCountFromByte { bool get (); void set (bool value); }