|   | ConnectionParametersParseWordCountFromByte Property | 
        
        
            Gets or sets flag that interprets word count in packet header from a byte instead of a word.
            
        
        Namespace: GSF.PhasorProtocols.BPAPDCstreamAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntax[DefaultValueAttribute(false)]
public bool ParseWordCountFromByte { get; set; }<DefaultValueAttribute(false)>
Public Property ParseWordCountFromByte As Boolean
	Get
	Set
public:
[DefaultValueAttribute(false)]
property bool ParseWordCountFromByte {
	bool get ();
	void set (bool value);
}[<DefaultValueAttribute(false)>]
member ParseWordCountFromByte : bool with get, set
function get_ParseWordCountFromByte();
function set_ParseWordCountFromByte(value);
Property Value
Boolean See Also
See Also