ChunkImageBufferDescriptionLayoutId Property

CVB.Net Documentation
Gets or sets the layout identifier for the chunks.

Namespace:  Stemmer.Cvb.GevServer
Assembly:  Stemmer.Cvb.GevServer (in Stemmer.Cvb.GevServer.dll) Version: 14.0.0.0
Syntax

public int LayoutId { get; set; }

Property Value

Type: Int32
Positive or 0 identifier.
Remarks

Change the identifier if the layout/size of the chunks you send changes. This is to reduce parse time on the client side. An easy way to define such an identifier is to use a bit field for all supported chunks.

A value of 0 means that the layout mechanism is not used and the client must parse the chunk layout for each buffer.

See Also

Reference