DVTk API
DefineSqLength Property
DVTkDvtkApplicationLayerEmulatorSessionDefineSqLength
DVTk API

[This is preliminary documentation and is subject to change.]

The DefineSqLength option, is used to make DVT encode explicit length Sequences when sending messages.
Declaration Syntax
C#Visual BasicVisual C++
public bool DefineSqLength { get; set; }
Public Property DefineSqLength As Boolean
public:
property bool DefineSqLength {
	bool get ();
	void set (bool value);
}
Remarks

Explicit lengths are computed for both the Sequence and each Item present within the Sequence.

By default DVT uses the undefined length encoding.

Assembly: DvtkApplicationLayer (Module: DvtkApplicationLayer) Version: 0.0.0.0