Instructions

U.are.U SDK - Developer Guide 75
OPOS
StatusUpdateEvent
Syntax
<< event >> upos::events::StatusUpdateEvent
Status: int32 { read-only }
Description
This event is used in the U.are.U SDK to notify the user that a raw image is available for use.
Attribute
This event contains the following attribute:
Status Return Values
Implementation Notes
The following table provides information about how UPOS properties, methods, and events are implemented in the
U.are.U SDK.
Attribute Type Description
Status int32 The Status parameter notifies the user that raw image data is available.
StatusUpdateEvent Value Meaning
1 BIO_SUE_RAW_DATA Raw image data is available.
Name
Implemented
a
Comment
UPOS Common Properties
AutoDisable Partial This property is initialized to false in the open method. It is
not modified during execution of the application since it is
not required to automatically disable the device when data
is received.
BinaryConversion Partial This property is initialized to OPOS_BC_NONE in the
open method and is not modified during execution of the
application.
CapCompareFirmwareVersion Partial This property is initialized to false in the open method. It is
not modified during execution of the application since
firmware version comparison is not supported.
CapPowerReporting Partial This property is initialized to OPOS_PR_NONE in the open
method. It is not modified during execution of the applica-
tion since power reporting is not supported.
CapStatisticsReporting Partial This property is initialized to false in the open method. It is
not modified during execution of the application since sta-
tistics reporting is not supported.
CapUpdateFirmware Partial This property is initialized to false in the open method. It is
not modified during execution of the application since
firmware updating is not supported.
CapUpdateStatistics Partial This property is initialized to false in the open method. It is
not modified during execution of the application since sta-
tistics updating is not supported.
CheckHealthText No