Module: Rsm
- Defined in:
- lib/framework/autocomplete/Rsm.rb
Overview
It is auto-generated content. Do not do required for this file in your application.
Class Method Summary collapse
- .bluetoothAuthentication=(argument) ⇒ Object
- .bluetoothAutoReconnect=(argument) ⇒ Object
- .bluetoothBeepOnReconnectAttempt=(argument) ⇒ Object
- .bluetoothDisconnect ⇒ Object
- .bluetoothEncryption=(argument) ⇒ Object
- .bluetoothFriendlyName=(argument) ⇒ Object
- .bluetoothHidAutoReconnect=(argument) ⇒ Object
- .bluetoothInquiryMode=(argument) ⇒ Object
- .bluetoothPinCode=(argument) ⇒ Object
- .bluetoothPinCodeType=(argument) ⇒ Object
- .bluetoothReconnectAttempts=(argument) ⇒ Object
- .bluetoothUnpair ⇒ Object
- .decodeFeedback=(argument) ⇒ Object
- .forceSavePairingBarcode=(argument) ⇒ Object
- .goodScansDelay=(argument) ⇒ Object
- .ignoreCode128Usps=(argument) ⇒ Object
- .lowBatteryIndication=(argument) ⇒ Object
- .lowBatteryIndicationCycle=(argument) ⇒ Object
- .markForRetrievalBatteryCapacity ⇒ Object
- .markForRetrievalBatteryId ⇒ Object
- .markForRetrievalBatteryStatus ⇒ Object
- .markForRetrievalBluetoothAddress ⇒ Object
- .markForRetrievalBluetoothAuthentication ⇒ Object
- .markForRetrievalBluetoothAutoReconnect ⇒ Object
- .markForRetrievalBluetoothBeepOnReconnectAttempt ⇒ Object
- .markForRetrievalBluetoothEncryption ⇒ Object
- .markForRetrievalBluetoothFriendlyName ⇒ Object
- .markForRetrievalBluetoothHidAutoReconnect ⇒ Object
- .markForRetrievalBluetoothInquiryMode ⇒ Object
- .markForRetrievalBluetoothPinCode ⇒ Object
- .markForRetrievalBluetoothPinCodeType ⇒ Object
- .markForRetrievalBluetoothReconnectAttempts ⇒ Object
- .markForRetrievalDateOfManufacture ⇒ Object
- .markForRetrievalDateOfService ⇒ Object
- .markForRetrievalDecodeFeedback ⇒ Object
- .markForRetrievalDeviceClass ⇒ Object
- .markForRetrievalFirmwareVersion ⇒ Object
- .markForRetrievalForceSavePairingBarcode ⇒ Object
- .markForRetrievalGoodScansDelay ⇒ Object
- .markForRetrievalIgnoreCode128Usps ⇒ Object
- .markForRetrievalLowBatteryIndication ⇒ Object
- .markForRetrievalLowBatteryIndicationCycle ⇒ Object
- .markForRetrievalMems ⇒ Object
- .markForRetrievalModelNumber ⇒ Object
- .markForRetrievalPagingBeepSequence ⇒ Object
- .markForRetrievalPagingEnable ⇒ Object
- .markForRetrievalProximityContinuous ⇒ Object
- .markForRetrievalProximityDistance ⇒ Object
- .markForRetrievalProximityEnable ⇒ Object
- .markForRetrievalScanLineWidth ⇒ Object
- .markForRetrievalScanTriggerWakeup ⇒ Object
- .markForRetrievalSerialNumber ⇒ Object
- .mems=(argument) ⇒ Object
- .pagingActivate=(argument) ⇒ Object
- .pagingBeepSequence=(argument) ⇒ Object
- .pagingEnable=(argument) ⇒ Object
- .proximityContinuous=(argument) ⇒ Object
- .proximityDistance=(argument) ⇒ Object
- .proximityEnable=(argument) ⇒ Object
- .rsmGetEvent=(argument) ⇒ Object
- .scanLineWidth=(argument) ⇒ Object
- .scanTriggerWakeup=(argument) ⇒ Object
- .setEmml(argument) ⇒ Object
Class Method Details
.bluetoothAuthentication=(argument) ⇒ Object
8 9 |
# File 'lib/framework/autocomplete/Rsm.rb', line 8 def self.bluetoothAuthentication=(argument) end |
.bluetoothAutoReconnect=(argument) ⇒ Object
26 27 |
# File 'lib/framework/autocomplete/Rsm.rb', line 26 def self.bluetoothAutoReconnect=(argument) end |
.bluetoothBeepOnReconnectAttempt=(argument) ⇒ Object
18 19 |
# File 'lib/framework/autocomplete/Rsm.rb', line 18 def self.bluetoothBeepOnReconnectAttempt=(argument) end |
.bluetoothDisconnect ⇒ Object
126 127 |
# File 'lib/framework/autocomplete/Rsm.rb', line 126 def self.bluetoothDisconnect end |
.bluetoothEncryption=(argument) ⇒ Object
10 11 |
# File 'lib/framework/autocomplete/Rsm.rb', line 10 def self.bluetoothEncryption=(argument) end |
.bluetoothFriendlyName=(argument) ⇒ Object
22 23 |
# File 'lib/framework/autocomplete/Rsm.rb', line 22 def self.bluetoothFriendlyName=(argument) end |
.bluetoothHidAutoReconnect=(argument) ⇒ Object
20 21 |
# File 'lib/framework/autocomplete/Rsm.rb', line 20 def self.bluetoothHidAutoReconnect=(argument) end |
.bluetoothInquiryMode=(argument) ⇒ Object
24 25 |
# File 'lib/framework/autocomplete/Rsm.rb', line 24 def self.bluetoothInquiryMode=(argument) end |
.bluetoothPinCode=(argument) ⇒ Object
12 13 |
# File 'lib/framework/autocomplete/Rsm.rb', line 12 def self.bluetoothPinCode=(argument) end |
.bluetoothPinCodeType=(argument) ⇒ Object
14 15 |
# File 'lib/framework/autocomplete/Rsm.rb', line 14 def self.bluetoothPinCodeType=(argument) end |
.bluetoothReconnectAttempts=(argument) ⇒ Object
16 17 |
# File 'lib/framework/autocomplete/Rsm.rb', line 16 def self.bluetoothReconnectAttempts=(argument) end |
.bluetoothUnpair ⇒ Object
128 129 |
# File 'lib/framework/autocomplete/Rsm.rb', line 128 def self.bluetoothUnpair end |
.decodeFeedback=(argument) ⇒ Object
38 39 |
# File 'lib/framework/autocomplete/Rsm.rb', line 38 def self.decodeFeedback=(argument) end |
.forceSavePairingBarcode=(argument) ⇒ Object
28 29 |
# File 'lib/framework/autocomplete/Rsm.rb', line 28 def self.forceSavePairingBarcode=(argument) end |
.goodScansDelay=(argument) ⇒ Object
36 37 |
# File 'lib/framework/autocomplete/Rsm.rb', line 36 def self.goodScansDelay=(argument) end |
.ignoreCode128Usps=(argument) ⇒ Object
40 41 |
# File 'lib/framework/autocomplete/Rsm.rb', line 40 def self.ignoreCode128Usps=(argument) end |
.lowBatteryIndication=(argument) ⇒ Object
30 31 |
# File 'lib/framework/autocomplete/Rsm.rb', line 30 def self.lowBatteryIndication=(argument) end |
.lowBatteryIndicationCycle=(argument) ⇒ Object
32 33 |
# File 'lib/framework/autocomplete/Rsm.rb', line 32 def self.lowBatteryIndicationCycle=(argument) end |
.markForRetrievalBatteryCapacity ⇒ Object
74 75 |
# File 'lib/framework/autocomplete/Rsm.rb', line 74 def self.markForRetrievalBatteryCapacity end |
.markForRetrievalBatteryId ⇒ Object
76 77 |
# File 'lib/framework/autocomplete/Rsm.rb', line 76 def self.markForRetrievalBatteryId end |
.markForRetrievalBatteryStatus ⇒ Object
72 73 |
# File 'lib/framework/autocomplete/Rsm.rb', line 72 def self.markForRetrievalBatteryStatus end |
.markForRetrievalBluetoothAddress ⇒ Object
66 67 |
# File 'lib/framework/autocomplete/Rsm.rb', line 66 def self.markForRetrievalBluetoothAddress end |
.markForRetrievalBluetoothAuthentication ⇒ Object
78 79 |
# File 'lib/framework/autocomplete/Rsm.rb', line 78 def self.markForRetrievalBluetoothAuthentication end |
.markForRetrievalBluetoothAutoReconnect ⇒ Object
96 97 |
# File 'lib/framework/autocomplete/Rsm.rb', line 96 def self.markForRetrievalBluetoothAutoReconnect end |
.markForRetrievalBluetoothBeepOnReconnectAttempt ⇒ Object
88 89 |
# File 'lib/framework/autocomplete/Rsm.rb', line 88 def self.markForRetrievalBluetoothBeepOnReconnectAttempt end |
.markForRetrievalBluetoothEncryption ⇒ Object
80 81 |
# File 'lib/framework/autocomplete/Rsm.rb', line 80 def self.markForRetrievalBluetoothEncryption end |
.markForRetrievalBluetoothFriendlyName ⇒ Object
92 93 |
# File 'lib/framework/autocomplete/Rsm.rb', line 92 def self.markForRetrievalBluetoothFriendlyName end |
.markForRetrievalBluetoothHidAutoReconnect ⇒ Object
90 91 |
# File 'lib/framework/autocomplete/Rsm.rb', line 90 def self.markForRetrievalBluetoothHidAutoReconnect end |
.markForRetrievalBluetoothInquiryMode ⇒ Object
94 95 |
# File 'lib/framework/autocomplete/Rsm.rb', line 94 def self.markForRetrievalBluetoothInquiryMode end |
.markForRetrievalBluetoothPinCode ⇒ Object
82 83 |
# File 'lib/framework/autocomplete/Rsm.rb', line 82 def self.markForRetrievalBluetoothPinCode end |
.markForRetrievalBluetoothPinCodeType ⇒ Object
84 85 |
# File 'lib/framework/autocomplete/Rsm.rb', line 84 def self.markForRetrievalBluetoothPinCodeType end |
.markForRetrievalBluetoothReconnectAttempts ⇒ Object
86 87 |
# File 'lib/framework/autocomplete/Rsm.rb', line 86 def self.markForRetrievalBluetoothReconnectAttempts end |
.markForRetrievalDateOfManufacture ⇒ Object
62 63 |
# File 'lib/framework/autocomplete/Rsm.rb', line 62 def self.markForRetrievalDateOfManufacture end |
.markForRetrievalDateOfService ⇒ Object
64 65 |
# File 'lib/framework/autocomplete/Rsm.rb', line 64 def self.markForRetrievalDateOfService end |
.markForRetrievalDecodeFeedback ⇒ Object
108 109 |
# File 'lib/framework/autocomplete/Rsm.rb', line 108 def self.markForRetrievalDecodeFeedback end |
.markForRetrievalDeviceClass ⇒ Object
70 71 |
# File 'lib/framework/autocomplete/Rsm.rb', line 70 def self.markForRetrievalDeviceClass end |
.markForRetrievalFirmwareVersion ⇒ Object
68 69 |
# File 'lib/framework/autocomplete/Rsm.rb', line 68 def self.markForRetrievalFirmwareVersion end |
.markForRetrievalForceSavePairingBarcode ⇒ Object
98 99 |
# File 'lib/framework/autocomplete/Rsm.rb', line 98 def self.markForRetrievalForceSavePairingBarcode end |
.markForRetrievalGoodScansDelay ⇒ Object
106 107 |
# File 'lib/framework/autocomplete/Rsm.rb', line 106 def self.markForRetrievalGoodScansDelay end |
.markForRetrievalIgnoreCode128Usps ⇒ Object
110 111 |
# File 'lib/framework/autocomplete/Rsm.rb', line 110 def self.markForRetrievalIgnoreCode128Usps end |
.markForRetrievalLowBatteryIndication ⇒ Object
100 101 |
# File 'lib/framework/autocomplete/Rsm.rb', line 100 def self.markForRetrievalLowBatteryIndication end |
.markForRetrievalLowBatteryIndicationCycle ⇒ Object
102 103 |
# File 'lib/framework/autocomplete/Rsm.rb', line 102 def self.markForRetrievalLowBatteryIndicationCycle end |
.markForRetrievalMems ⇒ Object
114 115 |
# File 'lib/framework/autocomplete/Rsm.rb', line 114 def self.markForRetrievalMems end |
.markForRetrievalModelNumber ⇒ Object
58 59 |
# File 'lib/framework/autocomplete/Rsm.rb', line 58 def self.markForRetrievalModelNumber end |
.markForRetrievalPagingBeepSequence ⇒ Object
124 125 |
# File 'lib/framework/autocomplete/Rsm.rb', line 124 def self.markForRetrievalPagingBeepSequence end |
.markForRetrievalPagingEnable ⇒ Object
122 123 |
# File 'lib/framework/autocomplete/Rsm.rb', line 122 def self.markForRetrievalPagingEnable end |
.markForRetrievalProximityContinuous ⇒ Object
118 119 |
# File 'lib/framework/autocomplete/Rsm.rb', line 118 def self.markForRetrievalProximityContinuous end |
.markForRetrievalProximityDistance ⇒ Object
120 121 |
# File 'lib/framework/autocomplete/Rsm.rb', line 120 def self.markForRetrievalProximityDistance end |
.markForRetrievalProximityEnable ⇒ Object
116 117 |
# File 'lib/framework/autocomplete/Rsm.rb', line 116 def self.markForRetrievalProximityEnable end |
.markForRetrievalScanLineWidth ⇒ Object
104 105 |
# File 'lib/framework/autocomplete/Rsm.rb', line 104 def self.markForRetrievalScanLineWidth end |
.markForRetrievalScanTriggerWakeup ⇒ Object
112 113 |
# File 'lib/framework/autocomplete/Rsm.rb', line 112 def self.markForRetrievalScanTriggerWakeup end |
.markForRetrievalSerialNumber ⇒ Object
60 61 |
# File 'lib/framework/autocomplete/Rsm.rb', line 60 def self.markForRetrievalSerialNumber end |
.mems=(argument) ⇒ Object
44 45 |
# File 'lib/framework/autocomplete/Rsm.rb', line 44 def self.mems=(argument) end |
.pagingActivate=(argument) ⇒ Object
56 57 |
# File 'lib/framework/autocomplete/Rsm.rb', line 56 def self.pagingActivate=(argument) end |
.pagingBeepSequence=(argument) ⇒ Object
54 55 |
# File 'lib/framework/autocomplete/Rsm.rb', line 54 def self.pagingBeepSequence=(argument) end |
.pagingEnable=(argument) ⇒ Object
52 53 |
# File 'lib/framework/autocomplete/Rsm.rb', line 52 def self.pagingEnable=(argument) end |
.proximityContinuous=(argument) ⇒ Object
48 49 |
# File 'lib/framework/autocomplete/Rsm.rb', line 48 def self.proximityContinuous=(argument) end |
.proximityDistance=(argument) ⇒ Object
50 51 |
# File 'lib/framework/autocomplete/Rsm.rb', line 50 def self.proximityDistance=(argument) end |
.proximityEnable=(argument) ⇒ Object
46 47 |
# File 'lib/framework/autocomplete/Rsm.rb', line 46 def self.proximityEnable=(argument) end |
.rsmGetEvent=(argument) ⇒ Object
130 131 |
# File 'lib/framework/autocomplete/Rsm.rb', line 130 def self.rsmGetEvent=(argument) end |
.scanLineWidth=(argument) ⇒ Object
34 35 |
# File 'lib/framework/autocomplete/Rsm.rb', line 34 def self.scanLineWidth=(argument) end |
.scanTriggerWakeup=(argument) ⇒ Object
42 43 |
# File 'lib/framework/autocomplete/Rsm.rb', line 42 def self.scanTriggerWakeup=(argument) end |
.setEmml(argument) ⇒ Object
132 133 |
# File 'lib/framework/autocomplete/Rsm.rb', line 132 def self.setEmml(argument) end |