The DisGUISE C# class library

Call Constructor (Int32, CallStatus, CallType)

Create a Call object with still unknown parameters.

public Call(
   int id,
   CallStatus status,
   CallType type
);

Parameters

id
The unique ID of the call handed over from the phone.
status
The current status of the call.
type
The type of the call.

See Also

Call Class | DisGUISE.Phone Namespace | Call Constructor Overload List