public final class TaggedProfile extends Objectimplements IDLEntity
| Modifier and Type | Field and Description |
|---|---|
byte[] |
profile_data
The associated profile data.
|
int |
tag
The tag, represented as a profile id.
|
| Constructor and Description |
|---|
TaggedProfile()
|
TaggedProfile(int _tag, byte[] _profile_data)
|