public class TextLabelData extends java.lang.Object implements IChannelData
Constructor and Description |
---|
TextLabelData(byte[] data) |
TextLabelData(java.lang.String label) |
Modifier and Type | Method and Description |
---|---|
byte[] |
GetBytes() |
ChannelType |
getChannelType() |
java.lang.String |
getLabel() |
uInt |
getSize() |
void |
LoadBytes(byte[] data) |
public TextLabelData(java.lang.String label)
public TextLabelData(byte[] data)
public java.lang.String getLabel()
public byte[] GetBytes()
GetBytes
in interface IByteSerializable
public ChannelType getChannelType()
getChannelType
in interface IChannelData
public uInt getSize()
getSize
in interface IChannelData
public void LoadBytes(byte[] data)
LoadBytes
in interface IChannelData