Variables
Properties of SonyCode

Variables

boolean SonyCodeCheckQuietzone
 Activates checking for free areas around the barcode (quiet zones).
 
boolean SonyCodeCheckSum
 Activates the evaluation of any existing check characters.
 
boolean SonyCodeCodeInterpretation
 Permits the interpretation of the entire code interpretation character set.
 
boolean SonyCodeEnabled
 Activates checking for and reading of this type of barcode.
 
boolean SonyCodeInverted
 Specifies that the barcode is white on a black background or not.
 
short SonyCodeMaxDigits
 This property specifies the maximum number of SonyCode code words.
 
short SonyCodeMinDigits
 This property specifies the minimum number of SonyCode code words.
 
boolean SonyCodeTransmitCheckSum
 Any check characters which exist are transmitted with the data, or appended.
 
boolean SonyCodeTransmitStartStop
 Activates the transmission of the start or stop character.
 

Detailed Description

Variable Documentation

boolean SonyCodeCheckQuietzone

Activates checking for free areas around the barcode (quiet zones).

Parameters
[in,out]SonyCodeCheckQuietzoneTRUE checks to see if there are any, FALSE otherwise.
Returns
Specifies whether the existance of quiet zones are checked or not.
boolean SonyCodeCheckSum

Activates the evaluation of any existing check characters.

Parameters
[in,out]SonyCodeCheckSumTRUE activates the evaluation of any existing check characters, FALSE otherwise.
Returns
Indicates whether the activation of any existing check characters is enabled or not.
boolean SonyCodeCodeInterpretation

Permits the interpretation of the entire code interpretation character set.

Parameters
[in,out]SonyCodeCodeInterpretationTRUE means that any characters coded in the barcode are converted, FALSE defines that the corresponding data is returned unchanged.
Returns
Indicates whether the expanded code interpretation is activated or not.
boolean SonyCodeEnabled

Activates checking for and reading of this type of barcode.

Parameters
[in,out]SonyCodeEnabledTRUE indicates that a SonyCode barcode may be read, FALSE otherwise.
Returns
Indicates whether the recognition of SonyCode is activated or not.
boolean SonyCodeInverted

Specifies that the barcode is white on a black background or not.

Parameters
[in,out]SonyCodeInvertedFALSE means that the usual dark code on a lighter background is expected, TRUE otherwise.
Returns
Indicates whether the barcode is white on a black background or not.
short SonyCodeMaxDigits

This property specifies the maximum number of SonyCode code words.

Attention
The number of code words is restricted. In general, the entries do not match the actual number of existing information characters.
Parameters
[in,out]SonyCodeMaxDigitsMaximum number of SonyCode code words.
Returns
Maximum number of SonyCode code words.
short SonyCodeMinDigits

This property specifies the minimum number of SonyCode code words.

Parameters
[in,out]SonyCodeMinDigitsMinimum number of SonyCode code words.
Returns
Minimum number of SonyCode code words.
boolean SonyCodeTransmitCheckSum

Any check characters which exist are transmitted with the data, or appended.

Parameters
[in,out]SonyCodeTransmitCheckSumTRUE means that any check characters are transmitted, FALSE otherwise.
Returns
Specifies whether any check character is transmitted or not.
boolean SonyCodeTransmitStartStop

Activates the transmission of the start or stop character.

The start digit of the SonyCode is (A) and the stop digit is (F).

Parameters
[in,out]SonyCodeTransmitStartStopTRUE activates the transmission of the start or stop character, FALSE otherwise.
Returns
Specifies whether the start or stop character is been transmitted or not.