javaclient.structures
Class PlayerDeviceDriverInfo

java.lang.Object
  extended by javaclient.structures.PlayerDeviceDriverInfo

public class PlayerDeviceDriverInfo
extends java.lang.Object

To get a name, set the subtype to PLAYER_PLAYER_DRIVERINFO_REQ and set the id field. Player will return the driver info.
(see the player_device_driverinfo structure from player.h)

Version:
Author:
Maxim A. Batalin & Radu Bogdan Rusu

Constructor Summary
PlayerDeviceDriverInfo()
           
 
Method Summary
 PlayerDeviceIdT getDevID()
           
 java.lang.String getDriverName()
           
 void setDevID(PlayerDeviceIdT newdevid)
           
 void setDriverName(java.lang.String newdrivername)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlayerDeviceDriverInfo

public PlayerDeviceDriverInfo()
Method Detail

getDevID

public PlayerDeviceIdT getDevID()
Returns:
the device identifier

setDevID

public void setDevID(PlayerDeviceIdT newdevid)
Parameters:
newdevid - device identifier

getDriverName

public java.lang.String getDriverName()
Returns:
the driver name

setDriverName

public void setDriverName(java.lang.String newdrivername)
Parameters:
newdrivername - driver name