public class SubTransponderTLVFS extends SubTLV
log, tlv_bytes, TLVType, TotalTLVLength
Constructor and Description |
---|
SubTransponderTLVFS() |
SubTransponderTLVFS(byte[] bytes,
int offset) |
Modifier and Type | Method and Description |
---|---|
protected void |
decode() |
void |
encode() |
int |
getChannelSpacing() |
int |
getGrid() |
int |
getIdentifier() |
int |
getM() |
int |
getN() |
void |
setChannelSpacing(int channelSpacing) |
void |
setGrid(int grid) |
void |
setIdentifier(int identifier) |
void |
setM(int m) |
void |
setN(int n) |
String |
toString() |
encodeHeader, getTlv_bytes, getTLVLength, getTLVType, getTotalTLVLength, getTotalTLVLength, getType, setTlv_bytes, setTLVType, setTotalTLVLength
public SubTransponderTLVFS()
public SubTransponderTLVFS(byte[] bytes, int offset)
public int getGrid()
public void setGrid(int grid)
public int getChannelSpacing()
public void setChannelSpacing(int channelSpacing)
public int getIdentifier()
public void setIdentifier(int identifier)
public int getN()
public void setN(int n)
public int getM()
public void setM(int m)
Copyright © 2016. All rights reserved.