Results 1 to 1 of 1

Thread: need help about x25 protocol

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2006
    Posts
    4

    need help about x25 protocol

    hi everyone

    here iam working with x25 protocol(dll),if any one have any idea about this protocol could u help me in the following querry.

    actually in this x25 dll
    Code:
    x25data		
    {		
    OSINT	xd_len;	/* Length in bytes of xd_data */
    char	xd_data[XD_DATALEN];	/* Data buffer address */
    };
    here is one of the method or function defined in that dll is x25xcall()

    for that x25xcall() the following are the parameters.
    Code:
    public static extern unsafe int x25xcall(
    			int *Cid,                    /* connection id */
    			int X25NOWAIT,              /*waitmode flag*/
    			int iPort,                 /*Portno of Eicon*/
    			int iInfo,                 /*bit mask*/
    		ref x25data sFacil ,           /*facility length and buffer*/
    	    ref x25data sUsage ,           /*userdata length and buffer*/
    			string Remote,             /*Remote DTE  address*/
    			string Local,              /*Local DTE  address*/
    			PostDelegate post, 
    			IntPtr xi_ref);/
    for this sfacil parameter,which values i have to pass.

    please help me
    Last edited by Hack; Mar 1st, 2006 at 08:38 AM. Reason: Added [code] [/code] tags for more clarity.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width