Uses of Class
com.scriptel.proscript.PeripheralConfiguration
-
Packages that use PeripheralConfiguration Package Description com.scriptel.proscript This package contains the core of the ProScript library. -
-
Uses of PeripheralConfiguration in com.scriptel.proscript
Methods in com.scriptel.proscript that return PeripheralConfiguration Modifier and Type Method Description PeripheralConfiguration
Device. getPeripheralConfiguration()
This method gets the peripheral configuration from the device.Methods in com.scriptel.proscript with parameters of type PeripheralConfiguration Modifier and Type Method Description void
Device. setPeripheralConfiguration(PeripheralConfiguration peripheralConfiguration)
This method sends the peripheral configuration to the device.
-