|
ERRCODE BCSet_Maxi_SCMW |
( |
t_BarCode * |
pBarCode, |
|
|
LPCWSTR |
szServiceClass, |
|
|
LPCWSTR |
szCountryCode, |
|
|
LPCWSTR |
szPostalCode | |
|
) |
| | |
Set MaxiCode structured carrier message (SCM).
For a detailed description refer to the additional document Barcode Reference (chapter setting SCM parameters).
- Parameters:
-
[in] | pBarCode | Pointer to barcode structure. |
[in] | szServiceClass | Service class ["000"..."999"]. Specify the Service Class. Used in the modes 2 and 3 (SCM). |
[in] | szCountryCode | Country Code ["000"..."999"]. Used in the modes 2 and 3 (SCM). |
[in] | szPostalCode | The Postal Code - used in the modes 2 and 3 (SCM - " Structured Carrier Message"). String with altogether 9 digits (or other characters), depends on MAXI_Mode. |
- See also:
- BCGet_Maxi_SCMServClass(), BCGet_Maxi_SCMCountryCode(), BCGet_Maxi_SCMPostalCode()
- Return values:
-
| ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. |
|