Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DOCSDK and version 2.9

...

Code Block
languagecpp
themeConfluence
bool result = platformDevice->GetFingerFrequency(platformDevice);
// Wait for the answer to arrive, timeout after 1 second.
Message * message = MyConnection->DeviceQueue->Dequeue (MyConnection->DeviceQueue,1000);
// Freeing up the memory allocated for the message.
message->Destructor (message);
 
result = platformDevice->SetFingerFrequency(platformDevice, 10);
// Wait for the answer to arrive, timeout after 1 second.
Message * message = MyConnection->DeviceQueue->Dequeue (MyConnection->DeviceQueue,1000);
// Freeing up the memory allocated for the message.
message->Destructor (message);
Panel
borderColordarkblue
bgColorlightgrey
titleRead More

Children Display
depth1
pageNeonode® zForce® SDK User's Guide