| Package | Description | 
|---|---|
| com.tailf.ned | 
 Network Equipment Drivers package 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NedWorker.TransactionIdMode | 
NedConnectionBase.getTransactionIdMode()  | 
static NedWorker.TransactionIdMode | 
NedWorker.TransactionIdMode.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static NedWorker.TransactionIdMode[] | 
NedWorker.TransactionIdMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NedConnectionBase.setConnectionData(NedCapability[] capas,
                 NedCapability[] statscapas,
                 boolean wantRevertDiff,
                 NedWorker.TransactionIdMode transMode)
This function is used to set the parameters of NedConnection for
 a specific NED. 
 |