Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
brfaxmodem / opt / brother / modem / src / brfax_service.h
Size: Mime:
/*

 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

*/

//
//   RS232C device file emulation module
//
//
//	Copyright(C) 2010 Brother Industries, Ltd.  
//           All Rights Reserved.
//
//       URL:  www.brother.com
//

#ifndef	_BRFAX_SERVICE_H_
#define _BRFAX_SERVICE_H_

#define	BRFAX_DAEMON_NAME	"brfaxd"
#define	APP_NAME			"app"

#define	BRMSG_END			".brother"
#define BRMSG_HEADER		"BRMODEM_MESSAGE."
#define	BRMSG_APP_START_FORMAT	"BRMODEM_MESSAGE.start.%d"BRMSG_END
#define	BRMSG_APP_START	    "BRMODEM_MESSAGE.start"
#define	BRMSG_APP_EXIT		"BRMODEM_MESSAGE.exit"BRMSG_END


#endif	//_BRFAX_SERVICE_H_