Grx.Device.get_sysname

@accepts(Grx.Device)
@returns(unicode)
def get_sysname(self):
    # Python wrapper for grx_device_get_sysname()
  

Gets the Grx.Device:sysname of the device.

self

the device

Returns