SmartCardDeviceMediaProfile Class Reference
SmartCardDeviceMediaProfile. More...
Public Member Functions | |
String | getId () |
Get profile id. More... | |
List< SmartCardDeviceSound > | getSounds () |
Get profile sounds. More... | |
List< SmartCardDeviceLedGroupState > | getLedStates () |
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
-
id media profile id sounds sounds to be played ledStates led 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