Uses of Class
com.tinkerforge.BrickRED.ProcessIdentity
-
-
Uses of BrickRED.ProcessIdentity in com.tinkerforge
Methods in com.tinkerforge that return BrickRED.ProcessIdentity Modifier and Type Method Description BrickRED.ProcessIdentity
BrickRED. getProcessIdentity(int processId)
Returns the process ID and the user and group ID used to spawn a process object, as passed toBrickRED.spawnProcess(int, int, int, int, long, long, int, int, int, int)
, and the resulting error code.
-