Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / KermitReceiveEndCharacter Property


In This Topic
KermitReceiveEndCharacter Property
In This Topic
Returns or specifies the character that indicates the end of a packet of data received from the host.
Syntax
'Declaration
 
Property KermitReceiveEndCharacter As String
 
'Usage
 
Dim instance As IFileTransfer
Dim value As String
 
instance.KermitReceiveEndCharacter = value
 
value = instance.KermitReceiveEndCharacter
Remarks
If this property is changed in Reflection, the corresponding value must also be changed in the remote Kermit program. The default value is a carriage return character, which can be represented as "\r"
See Also