Class ThincRecordCommon.thincRecCmdHeader

java.lang.Object
  extended by ThincRecordCommon.thincRecCmdHeader
Enclosing interface:
ThincRecordCommon

public static class ThincRecordCommon.thincRecCmdHeader
extends java.lang.Object


Field Summary
(package private)  byte flags
           
(package private)  byte[] pad
           
(package private)  int size
           
(package private)  int time
           
(package private)  byte type
           
 
Constructor Summary
ThincRecordCommon.thincRecCmdHeader()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time

int time

size

int size

type

byte type

flags

byte flags

pad

byte[] pad
Constructor Detail

ThincRecordCommon.thincRecCmdHeader

public ThincRecordCommon.thincRecCmdHeader()