| Package | Description |
|---|---|
| net.wimpi.modbus.util |
Provides utility and helper classes for the
Modbus implementation.
|
| Modifier and Type | Field and Description |
|---|---|
protected LinkedNode |
LinkedQueue.m_Head
Dummy header node of list.
|
protected LinkedNode |
LinkedNode.m_NextNode
The M next node.
|
protected LinkedNode |
LinkedQueue.m_Tail
The last node of list.
|
| Constructor and Description |
|---|
LinkedNode(Object node,
LinkedNode linkednode)
Instantiates a new Linked node.
|
Copyright © 2017. All rights reserved.