SmartCardDeviceMediaProfile Class Reference

SmartCardDeviceMediaProfile. More...

Public Member Functions

String getId ()
 Get profile id. More...
 
List< SmartCardDeviceSoundgetSounds ()
 Get profile sounds. More...
 
List< SmartCardDeviceLedGroupStategetLedStates ()
 Get profile led states. More...
 
 SmartCardDeviceMediaProfile (String id, List< SmartCardDeviceSound > sounds, List< SmartCardDeviceLedGroupState > ledStates)
 

Detailed Description

SmartCardReader media profile profile. Represents a sequence of sounds and leds to be played in reader.

Constructor & Destructor Documentation

SmartCardDeviceMediaProfile ( String  id,
List< SmartCardDeviceSound sounds,
List< SmartCardDeviceLedGroupState ledStates 
)

Constructor

Parameters
idmedia profile id
soundssounds to be played
ledStatesled states to set

Member Function Documentation

String getId ( )
Returns
media profile id
List<SmartCardDeviceLedGroupState> getLedStates ( )
Returns
media profile led states
List<SmartCardDeviceSound> getSounds ( )
Returns
media profile sounds