InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / ZmodemPacketSize Property


In This Topic
    ZmodemPacketSize Property
    In This Topic
    Returns or specifies the sub-packet size for file transfers to the remote system; this tells Zmodem how many bytes of data to transfer at a time.
    Syntax
    'Declaration
     
    
    Property ZmodemPacketSize As Integer
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Integer
     
    instance.ZmodemPacketSize = value
     
    value = instance.ZmodemPacketSize
    int ZmodemPacketSize {get; set;}

    Property Value

    The default value is 1024. The range of values is 32-1024.
    Exceptions
    ExceptionDescription
    Thrown if a value outside the range of valid values is specified.
    Remarks
    The default value works in most situations. The default value is 1024. The range of values is 32-1024.
    See Also