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
Syntaxprotected virtual ProtocolInstance TakeStream()
Return Value
Type:
ProtocolInstanceThe head of the protocol stream.
See Also