Attachmate Reflection 2014 .NET API Reference
ZmodemPacketSize Property


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
System.ArgumentOutOfRangeException 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.
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

IFileTransfer Interface
IFileTransfer Members

Send Feedback