cntl(self,
driver,
cmd,
args)
Manipulate the values associated with the attribute
-
- Parameters:
driver -
An XioDriver
cmd -
A cmd that the driver understands, as of yet only TCP driver
commands are available
args -
A tuple of 0,1 or 2 items. Items can be strings, booleans or
ints.
- Returns:
-
This can return None, an int, boolean, string or a tuple of
(bool,int) or (int,int). It depends on the nature of command
issued.
- Raises:
XioAttrException -
A XioAttrException is raised if there
is a problem issuing the command to the driver.
|