Click or drag to resize

ProtocolHeadTakeStream Method

Returns the head of the protocol stream (the first protocol instance), and also removes the stream from the ProtocolHead. The stream can then be re-assigned to a different ProtocolHead.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
protected virtual ProtocolInstance TakeStream()

Return Value

Type: ProtocolInstance
The head of the protocol stream.
See Also