Modifier and Type | Method and Description |
---|---|
TransmissionDelay |
Configurator.GetMemoryModeDelay()
Gets the delay time of memory mode data transmission.
|
TransmissionDelay |
Configurator.GetOnlineModeDelay()
Gets the delay time of online mode data transmission.
|
static TransmissionDelay |
TransmissionDelay.valueOf(int value) |
static TransmissionDelay |
TransmissionDelay.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransmissionDelay[] |
TransmissionDelay.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Configurator.SetMemoryModeDelay(TransmissionDelay dataTransmissionDelay)
Sets the delay time of Memory mode data transmission.
|
void |
Configurator.SetOnlineModeDelay(TransmissionDelay bufferDelay)
Changes the delay time of online mode data transmission.
|