public final class ComponentId extends Object implements IDLEntity
| Modifier and Type | Field and Description |
|---|---|
byte |
major_version |
byte |
minor_version |
String |
name |
byte |
patch_version |
String |
platform_spec |
| Constructor and Description |
|---|
ComponentId() |
ComponentId(String name,
byte major_version,
byte minor_version,
byte patch_version,
String platform_spec) |
Copyright © 2016. All rights reserved.