public final class ServiceContext extends Object implements IDLEntity, Serializable
Modifier and Type | Field and Description |
---|---|
byte[] |
context_data
The context_data.
|
int |
context_id
The context id (for instance, 0x1 for code sets context).
|
Constructor and Description |
---|
ServiceContext()
Create the unitialised instance, assigning to
the all fields java default values.
|
ServiceContext(int a_context_id,
byte[] a_context_data)
Create the instance, initialising the fields to the given values.
|
public int context_id
public byte[] context_data
public ServiceContext()
public ServiceContext(int a_context_id, byte[] a_context_data)