Accessing CDI Store Values C

Публицистика, авторские странички, обзоры.
alssa6533m
Прохожий
Сообщения: 4
Зарегистрирован: 26 дек 2014, 03:03

Accessing CDI Store Values C

Непрочитанное сообщение alssa6533m »

for genius

i need to access the CDI store and return values like counters and status of the device from the CDI
and where i can find this file ndcdatae.h file
can you please help me thought this your feedback is really appreciated

sample example

CassOffset1 = 3501

dim myCDI
Set myCDI=CreateObject("COMCDI.COMCDIData")
dim Total
for i = 0 To 49
Total = myCDI.comInteger(i + CassOffset1)
msgbox(Total)

next
Ответить