tecgraf.ftc_1_3.common.logic
Class ProtocolVersion

java.lang.Object
  extended by tecgraf.ftc_1_3.common.logic.ProtocolVersion

public class ProtocolVersion
extends Object


Field Summary
static byte MAJOR_VERSION
           
static byte MINOR_VERSION
           
static byte PADDING
           
static byte PATCH_VERSION
           
static int PROTOCOL_IDENTIFICATION
           
 
Constructor Summary
ProtocolVersion()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROTOCOL_IDENTIFICATION

public static final int PROTOCOL_IDENTIFICATION
See Also:
Constant Field Values

PADDING

public static final byte PADDING
See Also:
Constant Field Values

MAJOR_VERSION

public static final byte MAJOR_VERSION
See Also:
Constant Field Values

MINOR_VERSION

public static final byte MINOR_VERSION
See Also:
Constant Field Values

PATCH_VERSION

public static final byte PATCH_VERSION
See Also:
Constant Field Values
Constructor Detail

ProtocolVersion

public ProtocolVersion()


Copyright © 2018 Tecgraf/PUC-Rio. All rights reserved.