HOME

com.ireasoning.protocol.tl1
Interface TL1TerminationCode


public interface TL1TerminationCode

This class is a collection of TL1 termination codes.


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

Field Detail

MORE_TO_COME

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

See Also:
Constant Field Values

END

static final java.lang.String END
Represents "\r\n;" termination code

See Also:
Constant Field Values

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.