InfoConnect for Unisys
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.
See Also