majidjm
Programmer
- Aug 4, 2010
- 37
Hi
I want to wrap the mitel 3300 sdk to C#.
I've done the below:
int result = 0;
if (InitializServer())
{
if (GeneratePbx())
{
//System.IntPtr ip2 = new System.IntPtr(0);
//System.IntPtr ip3 = new System.IntPtr(0);
//MyCallback mck = new MyCallback(InputPoll);
result = CgtMitel.SetCallback(hMonitorobjp, hPbxObject1, mck);
result = CgtMitel.ActivateCallbacks(hPbxObject1);
result = CgtMitel.MonitorDN(ref hMonitorobjp, hPbxObject1, "122");
}
}
what is the next step?
how can I get events?
I want to wrap the mitel 3300 sdk to C#.
I've done the below:
int result = 0;
if (InitializServer())
{
if (GeneratePbx())
{
//System.IntPtr ip2 = new System.IntPtr(0);
//System.IntPtr ip3 = new System.IntPtr(0);
//MyCallback mck = new MyCallback(InputPoll);
result = CgtMitel.SetCallback(hMonitorobjp, hPbxObject1, mck);
result = CgtMitel.ActivateCallbacks(hPbxObject1);
result = CgtMitel.MonitorDN(ref hMonitorobjp, hPbxObject1, "122");
}
}
what is the next step?
how can I get events?