Xceed .NET Libraries Documentation
Xceed.SSH.Core Assembly / Xceed.SSH.Core Namespace / SSHString Structure / DefaultProcessReadData Method


In This Topic
    DefaultProcessReadData Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function DefaultProcessReadData( _
       ByRef buffer() As Byte, _
       ByRef offset As Integer, _
       ByVal count As Integer _
    ) As Integer
    'Usage
     
    Dim buffer() As Byte
    Dim offset As Integer
    Dim count As Integer
    Dim value As Integer
     
    value = SSHString.DefaultProcessReadData(buffer, offset, count)
    public static int DefaultProcessReadData( 
       ref byte[] buffer,
       ref int offset,
       int count
    )

    Parameters

    buffer
    offset
    count
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also