public final class TaggedProfile extends Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
byte[] |
profile_data
相关的配置文件数据。
|
int |
tag
标签,表示为配置文件ID。
|
Constructor and Description |
---|
TaggedProfile() |
TaggedProfile(int _tag, byte[] _profile_data) |