InfoConnect for Unisys
KermitReceiveStartCharacter Property


Returns or specifies the character that indicates the beginning of a packet of data received from the host.
Syntax
'Declaration
 
Property KermitReceiveStartCharacter As String
'Usage
 
Dim instance As IFileTransfer
Dim value As String
 
instance.KermitReceiveStartCharacter = value
 
value = instance.KermitReceiveStartCharacter
string KermitReceiveStartCharacter {get; set;}
Remarks
The default is appropriate for most systems. If this property is changed in InfoConnect, the corresponding value must also be changed in the remote Kermit program. The default value is a start-of-header character, which can be represented as "\0x0001"
See Also