public final class IONativePacket extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
addr |
long |
ioTs |
int |
length |
int |
offset |
| Constructor and Description |
|---|
IONativePacket() |
| Modifier and Type | Method and Description |
|---|---|
IONativePacket |
init(long addr,
int offset,
int length)
Initialize the native packet
|
IONativePacket |
init(long addr,
int offset,
int length,
long ioTs)
Initialize the native packet
|
public long addr
public int offset
public int length
public long ioTs
public IONativePacket init(long addr, int offset, int length, long ioTs)
public IONativePacket init(long addr, int offset, int length)
Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.