Modifier and Type | Field | Description |
---|---|---|
byte |
clock_seq_hi_and_reserved |
|
byte |
clock_seq_low |
|
byte[] |
node |
|
short |
time_hi_and_version |
|
int |
time_low |
|
short |
time_mid |
Constructor | Description |
---|---|
uuid_t() |
Modifier and Type | Method | Description |
---|---|---|
void |
decode(NdrBuffer _src) |
|
void |
encode(NdrBuffer _dst) |
public int time_low
public short time_mid
public short time_hi_and_version
public byte clock_seq_hi_and_reserved
public byte clock_seq_low
public byte[] node
public void encode(NdrBuffer _dst) throws NdrException
encode
in class NdrObject
NdrException
public void decode(NdrBuffer _src) throws NdrException
decode
in class NdrObject
NdrException