public class TLVOctets extends TLV
| 构造器和说明 |
|---|
TLVOctets() |
TLVOctets(short p_tag) |
TLVOctets(short p_tag,
byte[] p_value) |
TLVOctets(short p_tag,
int min,
int max) |
TLVOctets(short p_tag,
int min,
int max,
byte[] p_value) |
public TLVOctets()
public TLVOctets(short p_tag)
public TLVOctets(short p_tag,
int min,
int max)
public void setValue(byte[] p_value)
public byte[] getValue()
public byte[] getValueData()
throws Exception
getValueData 在类中 TLVExceptionpublic void setValueData(byte[] buffer)
throws Exception
setValueData 在类中 TLVExceptionCopyright © 2019. All rights reserved.