public class SubTransponderTLVModFormat extends SubTLV
log, tlv_bytes, TLVType, TotalTLVLength| Constructor and Description | 
|---|
SubTransponderTLVModFormat()  | 
SubTransponderTLVModFormat(byte[] bytes,
                          int offset)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
decode()  | 
void | 
encode()  | 
int | 
getBitSymbol()  | 
int | 
getInput()  | 
int | 
getModulationID()  | 
int | 
getNumCarriers()  | 
int | 
getstandardizedFormat()  | 
long | 
getSymbolRate()  | 
void | 
setBitSymbol(int bitSymbol)  | 
void | 
setInput(int input)  | 
void | 
setModulationID(int modulationID)  | 
void | 
setNumCarriers(int numCarriers)  | 
void | 
setstandardizedFormat(int standardizedFormat)  | 
void | 
setSymbolRate(long symbolRate)  | 
String | 
toString()  | 
encodeHeader, getTlv_bytes, getTLVLength, getTLVType, getTotalTLVLength, getTotalTLVLength, getType, setTlv_bytes, setTLVType, setTotalTLVLengthpublic SubTransponderTLVModFormat()
public SubTransponderTLVModFormat(byte[] bytes,
                                  int offset)
public int getstandardizedFormat()
public void setstandardizedFormat(int standardizedFormat)
public int getInput()
public void setInput(int input)
public int getModulationID()
public void setModulationID(int modulationID)
public long getSymbolRate()
public void setSymbolRate(long symbolRate)
public int getNumCarriers()
public void setNumCarriers(int numCarriers)
public int getBitSymbol()
public void setBitSymbol(int bitSymbol)
Copyright © 2016. All rights reserved.