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.
int start();
Integer.
Returns 1 for success, and 0 for failure.
clinit()
{
//rest of your init
my_proto.start();
//rest of your init
}
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |