Closed tbjoern closed 2 years ago
cusOemLoadApplication() must be called successfully first for this function to work
I see. I tried it again and made a successful call to cusOemLoadApplication("L7HD", "vascular")
. cusOemProbeInfo
still returns -1. I do not get an ClariusImagingFn
callback, so that might cause this issue. I think this is related to #5
Problem
Calling
cusOemProbeInfo
always returns -1 The provided examples in the repository do not use this function either.Steps to reproduce
cusOemInit
andcusOemSetCert
-> TheClariusCertFn
is called with153
ClariusConnectFn
is called with0
cusOemProbeInfo
-> return value is-1
, struct contains no usable data