InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IFileTransfer Interface / ResponsesListEnd Property


In This Topic
    ResponsesListEnd Property
    In This Topic
    Gets or sets a value specifying the response that CANDE sends to the PC to incidate that it has received all of the data.
    Syntax
    'Declaration
     
    
    Property ResponsesListEnd As String
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As String
     
    instance.ResponsesListEnd = value
     
    value = instance.ResponsesListEnd
    string ResponsesListEnd {get; set;}
    See Also