public final class TaggedComponent extends java.lang.Object implements IDLEntity
| Modifier and Type | Field and Description |
|---|---|
byte[] |
component_data
Struct member component_data
|
int |
tag
Struct member tag
|
| Constructor and Description |
|---|
TaggedComponent()
Default constructor
|
TaggedComponent(int tag,
byte[] component_data)
Constructor with fields initialization
|