Virtual KP / Device_ID?
vining
Posts: 4,368
Any one know if the virtual keypad has a device id?
Here's the list I currently have but if the virtual has one I need to add in for the test.
Here's the list I currently have but if the virtual has one I need to add in for the test.
DEFINE_CONSTANT //DEVICE ID's #DEFINE DEV_ID_CONSTANTS /////////////////////////////////KEYPADS NO TEXT SUPPORT DEV_ID_METKP_BEGIN = 169 ; DEV_ID_MET6N = 169 ; DEV_ID_MET7 = 170 ; DEV_ID_MET13 = 171 ; DEV_ID_METKP_END = 171 ; /////////////////////////////////KEYPADS MIO DMS TEXT & UNI SUPPORT DEV_ID_MIO_DMS_BEGIN = 304 ; DEV_ID_MIO_DMS1 = 304 ; //Mio-DMS Keypad (non-color, non-touch display with buttons) DEV_ID_MIO_DMS2 = 305 ; //Mio-DMS Keypad (non-color display with touch and slider) DEV_ID_MIO_DMS3 = 306 ; //Mio-DMS Keypad (color display with touch and slider) DEV_ID_MIO_DMS4 = 307 ; //Mio-DMS Keypad (color display with touch, slider, and intercom) DEV_ID_MIO_DMS_END = 307 ; /////////////////////////////////G3 PANELS DEV_ID_G3_END = 256 ; /////////////////////////////////G4 PANELS DEV_ID_CA15 = 281 ; //NXx-CA15 DEV_ID_CV15 = 282 ; //NXx-CV15 DEV_ID_CA17 = 283 ; //NXx-CA17 DEV_ID_CV17 = 284 ; //NXx-CV17 DEV_ID_7500 = 288 ; //MVP-7500 DEV_ID_8400 = 289 ; //MVP-8400 DEV_ID_CV7 = 290 ; //NXx-CV7 DEV_ID_CV10 = 291 ; //NXx-CV10 DEV_ID_1200 = 294 ; //NXx-1200 DEV_ID_12VG = 295 ; //NXx-1200VG DEV_ID_15VG = 296 ; //NXx-1500VG DEV_ID_17VG = 297 ; //NXx-1700VG DEV_ID_CV5 = 313 ; //NXD-CV5 DEV_ID_7500TC = 314 ; //MVP-7500 with Touch Controller DEV_ID_8400TC = 315 ; //MVP-8400 with Touch Controller DEV_ID_CV7TC = 316 ; //NXx-CV7 with Touch Controller DEV_ID_CV10TC = 317 ; //NXx-CV10 with Touch Controller DEV_ID_12TC = 318 ; //NXx-1200 with Touch Controller DEV_ID_12VGTC = 319 ; //NXx-1200VG with Touch Controller DEV_ID_15VGTC = 320 ; //NXx-1500VG with Touch Controller DEV_ID_17VGTC = 321 ; //NXx-1700VG with Touch Controller /////////////////////////////////R4 DEV_ID_R4 = 322 ; /////////////////////////////////CONT G4 PANELS DEV_ID_8400i = 323 ; //MVP-8400i DEV_ID_CV7iTC = 324 ; //NXx-CV7i with Touch Controller DEV_ID_CV10iTC = 325 ; //NXx-CV10i with Touch Controller DEV_ID_5200i = 329 ; DEV_ID_5150 = 329 ; DEV_ID_5100 = 329 ; DEV_ID_500i = 331 ; /////////////////////////////////NI MASTERS DEV_ID_NI2_3_4000_M = 285 ; //NI-2000/3000/4000 (Master) DEV_ID_NI2_3_4000_D = 286 ; //NI-2000/3000/4000 (Device) DEV_ID_NI700 = 298 ; //NI-700 DEV_ID_NI2_3_4000 = 299 ; //NI-2000/3000/4000 DEV_ID_NI900 = 312 ; //NI-900 /////////////////////////////////ENT VST - C DEV_ID_ENVVSTC = $E5 ;
0
Comments
DEV_ID_VIRTUAL = 65534 ;