PartialResultMode Class |
Namespace: Com.Datalogic.Decode.Configuration
The PartialResultMode type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Both | Partial results are returned on timeout and trigger release events. |
![]() | JniPeerMembers | To be added. |
![]() ![]() | Never | Partial results are never returned. |
![]() ![]() | Release | Partial results are returned on trigger release event. |
![]() ![]() | Timeout | Partial results are returned on timeout event. |
Name | Description | |
---|---|---|
![]() ![]() | ValueOf | Returns the enum constant of this type with the specified name. |
![]() ![]() | Values | Returns an array containing the constants of this enum type, in
the order they are declared. |
NEVER | Partial results are never returned. |
TIMEOUT | Partial results are returned only when timeout event is received. |
RELEASE | Partial results are returned only when trigger release event is received. |
BOTH | Partial results are returned when timeout or trigger release events are received. |