public final class ServiceDetail extends Object implements IDLEntity
| Modifier and Type | Field and Description |
|---|---|
byte[] |
service_detail
The binary data, defining the information.
|
int |
service_detail_type
The type of the information, defined by this detail.
|
| Constructor and Description |
|---|
ServiceDetail()
Create an unitialised instance.
|
ServiceDetail(int _service_detail_type,
byte[] _service_detail)
Create the instance of the service detail, initialising its fields
to the given values.
|
public int service_detail_type
public byte[] service_detail
public ServiceDetail()
public ServiceDetail(int _service_detail_type, byte[] _service_detail)
_service_detail_type - the service detail type._service_detail - the service detail.