HOME

com.ireasoning.protocol.tl1
Interface TL1TerminationCode


public interface TL1TerminationCode

This class is a collection of TL1 termination codes.


Field Summary
static String END
          Represents "\r\n;" termination code
static String MORE_TO_COME
          Represents "\r\n>" termination code, meaning more to expected
 

Field Detail

MORE_TO_COME

public static final String MORE_TO_COME
Represents "\r\n>" termination code, meaning more to expected

See Also:
Constant Field Values

END

public static final String END
Represents "\r\n;" termination code

See Also:
Constant Field Values

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.