HOME

com.ireasoning.protocol.tl1
Interface TL1AckCode


public interface TL1AckCode

This class is a collection of TL1 ack codes.


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

Field Detail

IP

static final java.lang.String IP
Represents the "IP" (In Progress) ack code

See Also:
Constant Field Values

PF

static final java.lang.String PF
Represents the "PF" (Printout-Follows) ack code

See Also:
Constant Field Values

OK

static final java.lang.String OK
Represents the "OK" (All Right) ack code

See Also:
Constant Field Values

NA

static final java.lang.String NA
Represents the "NA" (No Acknowldgement) ack code

See Also:
Constant Field Values

NG

static final java.lang.String NG
Represents the "NG" (No Good) ack code

See Also:
Constant Field Values

RL

static final java.lang.String RL
Represents the "RL" (Repeat Later) ack code

See Also:
Constant Field Values

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.