process()  Chapter 4: Production Objects and Methods

Chapter 3: Message Objects and Methods

start()

Description

Starts the protocol object. You must start a protocol object to begin the connection and data handling in an ODL message AIM. This is typically done in the clinit() function.

Syntax

int start();

Return value

Integer.

Returns 1 for success, and 0 for failure.

Example

Example 29

clinit()
{
//rest of your init
my_proto.start();
//rest of your init
}




Copyright © 2005. Sybase Inc. All rights reserved. Chapter 4: Production Objects and Methods

View this book as PDF