NetSDS::Const::Message - common constants for messaging


NetSDS-Message documentation  | view source Contained in the NetSDS-Message distribution.

Index


NAME

Top

NetSDS::Const::Message - common constants for messaging

SYNOPSIS

Top

	use NetSDS::Const::Message;

DESCRIPTION

Top

NetSDS::Const::Message module contains based constants

NAME

Top

NetSDS::Messaging::Const - основные константы для сообщений

SYNOPSIS

Top

Нужны только константы:

	use NetSDS::Messaging::Const;




Потрібні додатково і деякі процедури:

	use NetSDS::Messaging::Const qw(
		ncMessage
		ncIsError
		...
	);

DESCRIPTION

Top

Пакунок NetSDS::Messaging::Const містить загальні константи для SMS повідомлень та процедури роботи із ними.

Ідею злизано із HTTP::Status

CONSTANTS

Top

COD_7BIT - ...
COD_8BIT - ...
COD_BINARY - ...
COD_UNICODE - ...
ENC_7BIT - ...
ENC_8BIT - ...
ENC_BINARY - ...
ENC_UNICODE - ...
DLR_DELIVERED - ...
DLR_EXPIRED - ...
DLR_DELETED - ...
DLR_UNDELIVERABLE - ...
DLR_ACCEPTED - ...
DLR_UNKNOWN - ...
DLR_REJECTED - ...
TRANSPORT_ANY - ...
TRANSPORT_KANNEL - ...
TRANSPORT_CPA2 - ...
TRANSPORT_UMC - ...
DCS_EMS - ...
DCS_NOKIA - ...
DCS_SIEMENS - ...
IEC_SPLIT8 - ...
IEC_SPLIT16 - ...
IEC_TEXTFMT - ...
IEC_SOUND - ...
IEC_MELODY - ...
IEC_SMILES - ...
IEC_ANIM16 - ...
IEC_ANIM8 - ...
IEC_ICON32 - ...
IEC_ICON16 - ...
IEC_PICTURE - ...
IEC_UPI - ...
PORT_LOGO - ...
PORT_CLI - ...
PORT_RINGTONE - ...
PORT_VCARD - ...
PORT_VCALENDAR - ...
PORT_ITEMS - ...
SMS_SIZE - ...
SEO_VER - ...
SEO_FILL - ...
SEO_LEN - ...

EXPORTS

Top

Empty

EXAMPLES

Top

Empty

BUGS

Top

Unknown

SEE ALSO

Top

Empty

TODO

Top

Empty

AUTHOR

Top

Valentyn Solomko <pere@pere.org.ua>

Michael Bochkaryov <misha@rattler.kiev.ua>

LICENSE

Top

Copyright (C) 2008 Michael Bochkaryov

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA


NetSDS-Message documentation  | view source Contained in the NetSDS-Message distribution.