HOME

com.ireasoning.protocol.tl1
Interface TL1OutputMsgType


public interface TL1OutputMsgType

This class is a collection of output message types


Field Summary
static int ACK
          TL1 Ack message type
static int ALL
           
static int NOTIFICATION
          TL1 Notification message type
static int RESPONSE
          TL1 Response message type
static String[] TYPES
          a string array contains the names of TL1 message types ({"NOTIFICATION", "RESPONSE", "ACK"}
 

Field Detail

NOTIFICATION

public static final int NOTIFICATION
TL1 Notification message type

See Also:
TL1NotificationMsg, Constant Field Values

RESPONSE

public static final int RESPONSE
TL1 Response message type

See Also:
TL1ResponseMsg, Constant Field Values

ACK

public static final int ACK
TL1 Ack message type

See Also:
TL1AckMsg, Constant Field Values

ALL

public static final int ALL
See Also:
Constant Field Values

TYPES

public static final String[] TYPES
a string array contains the names of TL1 message types ({"NOTIFICATION", "RESPONSE", "ACK"}


HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.