samyedit
Class AirCableChannel

java.lang.Object
  extended by samyedit.Channel
      extended by samyedit.AirCableChannel
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
AirChannel

public class AirCableChannel
extends Channel


Field Summary
 int freq
           
 int lcn
           
 int nid
           
 byte qam
           
static byte QAM256
           
static byte QAM64
           
static byte QAMauto
           
 byte[] rawData
           
 int symbr
           
 
Fields inherited from class samyedit.Channel
bouqet, enc, fav, fav79, FLAG_ACTIVE, FLAG_FAV_1, FLAG_FAV_2, FLAG_FAV_3, FLAG_FAV_4, FLAG_LOCK, FLAG_SCRAMBLED, lock, mpid, name, num, onid, sid, status, stype, STYPE_DATA, STYPE_HD, STYPE_RADIO, STYPE_TV, tsid, TYPE_AIR, TYPE_CABLE, TYPE_CLONE, TYPE_SAT, vpid, vtype, VTYPE_MPEG2, VTYPE_MPEG4
 
Constructor Summary
AirCableChannel()
           
 
Method Summary
 java.lang.String getFreq()
           
 int setFreq(java.lang.String s)
           
 
Methods inherited from class samyedit.Channel
clone, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

rawData

public byte[] rawData

QAM64

public static final byte QAM64
See Also:
Constant Field Values

QAM256

public static final byte QAM256
See Also:
Constant Field Values

QAMauto

public static final byte QAMauto
See Also:
Constant Field Values

qam

public byte qam

nid

public int nid

freq

public int freq

symbr

public int symbr

lcn

public int lcn
Constructor Detail

AirCableChannel

public AirCableChannel()
Method Detail

getFreq

public java.lang.String getFreq()

setFreq

public int setFreq(java.lang.String s)