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