STK Real-Time FrameworkSend comments on this topic.
Peek Method (IAgRtStream)
See Also
MaxBytes
Windows





Windows & Linux

Description

Reads up to MaxBytes of data and advances position in the stream.

Syntax

[Visual Basic .NET]
Public Function Peek( _
    ByVal MaxBytes As Integer _
) As System.Object
[C#]
public System.Object Peek(
    int MaxBytes
);
[Managed C++]
public: VARIANT Peek(
    int MaxBytes
);
[Unmanaged C++]
public: HRESULT Peek(
    long MaxBytes,
    VARIANT * pBytes
);
[Java]
public AgVariant peek(
    int MaxBytes
);

Parameters

MaxBytes

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.