HOME

com.ireasoning.protocol.tl1
Interface TL1AckCode


public interface TL1AckCode

This class is a collection of TL1 ack codes.


Field Summary
static String IP
          Represents the "IP" (In Progress) ack code
static String NA
          Represents the "NA" (No Acknowldgement) ack code
static String NG
          Represents the "NG" (No Good) ack code
static String OK
          Represents the "OK" (All Right) ack code
static String PF
          Represents the "PF" (Printout-Follows) ack code
static String RL
          Represents the "RL" (Repeat Later) ack code
 

Field Detail

IP

public static final String IP
Represents the "IP" (In Progress) ack code

See Also:
Constant Field Values

PF

public static final String PF
Represents the "PF" (Printout-Follows) ack code

See Also:
Constant Field Values

OK

public static final String OK
Represents the "OK" (All Right) ack code

See Also:
Constant Field Values

NA

public static final String NA
Represents the "NA" (No Acknowldgement) ack code

See Also:
Constant Field Values

NG

public static final String NG
Represents the "NG" (No Good) ack code

See Also:
Constant Field Values

RL

public static final String RL
Represents the "RL" (Repeat Later) ack code

See Also:
Constant Field Values

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.