com.upek.android.ptapi.struct
Class PtExtendedInfo

java.lang.Object
  extended by com.upek.android.ptapi.struct.PtExtendedInfo
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PtExtendedInfoV2

public class PtExtendedInfo
extends java.lang.Object
implements java.io.Serializable

A structure used by PTExtendedInfo to return additional information about FM.

See Also:
Serialized Form

Field Summary
 byte[] guid
          TFM/ESS GUID
 int systemId
          System identification bits
 java.lang.String systemName
          System identification name
 int version
          Version of this structure (currently 1)
 
Constructor Summary
PtExtendedInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

guid

public byte[] guid
TFM/ESS GUID


systemId

public int systemId
System identification bits


systemName

public java.lang.String systemName
System identification name


version

public int version
Version of this structure (currently 1)

Constructor Detail

PtExtendedInfo

public PtExtendedInfo()