|
HID OMNIKEY Smart Card Readers' Sample Codes
0.0.0.116
|
Public Member Functions | |
| MenuItem (string description, bool isMainMenu=false) | |
| IMenuItem | AddSubItem (string description, Action command=null, bool waitKeyPress=true) |
| IMenuItem | AddSubItem (IMenuItem menuItem) |
| void | AddSubItems (IEnumerable< IMenuItem > items) |
| void | Clear () |
| void | Execute () |
Public Attributes | |
| string | Description => _description |
| Action | Command => _command |
Additional Inherited Members | |
Properties inherited from HidGlobal.OK.SampleCodes.MenuSections.IMenuItem | |
| string | Description [get] |
| Action | Command [get] |