Navigation
Home
Zurück
 
Property
  Handle
  Info
  Status
  Process
  UserUserInfo
  Digits
  Tones
  CompletionMode
  CallParams
    GetWaveID
    GetCommPort
    Drop
    Accept
    Answer
    BlindTransfer
Methoden
    MonitorMediaChange
    MonitorMedia
    SetMediaMode
    lineCallState
    DevSpecificChange
    DevSpecificFeatureChange
    lineCallInfoChange
    Reply
    CompleteCall
    DeallocateCall
    MakeCall
    Handoff
Events
  OnStateIdle
  OnStateOffering
  OnStateAccepted
  OnStateDialTone
  OnStateDialing
  OnStateRingBack
  OnStateBusy
  OnStateSpecialInfo
  OnStateConnected
  OnStateProceeding
  OnStateOnHold
  OnStateConferenced
  OnStateOnHoldPendConf
  OnStateOnHoldPendTransf
  OnStateDisconnected
  OnStateUnknown
  OnReply
  OnInfoOther
  OnInfoDevSpecific
  OnInfoBearerMode
  OnInfoRate
  OnInfoMediaMode
  OnInfoAppSpecific
  OnInfoCallId
  OnInfoRelatedCallId
  OnInfoOrigin
  OnInfoReason
  OnInfoCompletionId
  OnInfoNumOwnerIncr
  OnInfoNumOwnerDecr
  OnInfoNumMonitors
  OnInfoTrunk
  OnInfoCallerId
  OnInfoCalledId
  OnInfoConnectedId
  OnInfoRedirectionId
  OnInfoRedirectingId
  OnInfoDisplay
  OnInfoUserUserInfo
  OnInfoHighLevelComp
  OnInfoLowLevelComp
  OnInfoChargingInfo
  OnInfoTerminal
  OnInfoDialParams
  OnInfoMonitorModes
  OnLineGatherDigits
  OnMonitorMedia
  OnDevSpecific
  OnDevSpecificFeature


Beispielprogramm
Liste der Units

Legende
published
Read Only
   

Object TTAPICall

Allgemeines
Unit TAPICall.pas

Property
property Handle:THandle read GetCallHandle write SetHandle;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property Info:TCallInfo read GetCallInfo;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property Status:TCallStatus read GetStatus;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property Process:TAsyncFunctions read GetProcess ;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property UserUserInfo:String read FUserUserInfo write FUserUserInfo;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property Digits:TTAPIDigits read GetDigits write SetDigits;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property Tones:TTAPITones read GetTones write SetTones;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property CompletionMode:TLineCallComplMode read GetCompletionMode write SetCompletionMode default lccmCallBack;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property CallParams:TCallParams read FCallParams write FCallParams;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

function GetWaveID(WaveDeviceClass: String): DWord;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

function GetCommPort:THandle;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

function Drop:LongWord;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

function Accept:LongWord;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

function Answer:LongWord;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

function BlindTransfer(TransferDestAddress:String;CountryCode:DWord):LongWord;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

Methoden
procedure MonitorMediaChange(MediaMode:TLineMediaModes;TickCount:DWord);
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

procedure MonitorMedia(MediaMode:TLineMediaModes);
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

procedure SetMediaMode(MediaMode: TLineMediaModes);
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

procedure lineCallState(var State,Mode,Rights:DWord);
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

procedure DevSpecificChange(dwParam1,dwParam2,dwParam3:DWord);
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

procedure DevSpecificFeatureChange(dwParam1,dwParam2,dwParam3:DWord);
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

procedure lineCallInfoChange(var CallInfo: Dword);
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

procedure Reply(AsyncFunc:TAsyncFunc;Error:DWord);
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

procedure CompleteCall;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

procedure DeallocateCall;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

procedure MakeCall(LineHandle:HLine;DialableAddress:String;FCountryCode:DWord);
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

procedure Handoff(MediaMode:TLineMediaModes);
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

Events
property OnStateIdle:TCallEvent read FOnStateIdle write FOnStateIdle;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnStateOffering:TCallEventOffering read FOnStateOffering write FOnStateOffering;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnStateAccepted:TCallEvent read FOnStateAccepted write FOnStateAccepted;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnStateDialTone:TCallEventDialTone read FOnStateDialTone write FOnStateDialTone;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnStateDialing:TCallEvent read FOnSTATEDIALING write FOnSTATEDIALING;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnStateRingBack:TCallEvent read FOnSTATERINGBACK write FOnSTATERINGBACK;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnStateBusy:TCallEventBusy read FOnSTATEBUSY write FOnSTATEBUSY;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnStateSpecialInfo:TCallEventSpecialInfo read FOnSTATESPECIALINFO write FOnSTATESPECIALINFO;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnStateConnected:TCallEventConnected read FOnSTATECONNECTED write FOnSTATECONNECTED;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnStateProceeding:TCallEvent read FOnSTATEPROCEEDING write FOnSTATEPROCEEDING;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnStateOnHold:TCallEvent read FOnSTATEONHOLD write FOnSTATEONHOLD;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnStateConferenced:TCallEvent read FOnSTATECONFERENCED write FOnSTATECONFERENCED;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnStateOnHoldPendConf:TCallEvent read FOnSTATEONHOLDPENDCONF write FOnSTATEONHOLDPENDCONF;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnStateOnHoldPendTransf:TCallEvent read FOnSTATEONHOLDPENDTRANSF write FOnSTATEONHOLDPENDTRANSF;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnStateDisconnected:TCallEventDisconnected read FOnSTATEDISCONNECTED write FOnSTATEDISCONNECTED;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnStateUnknown:TCallEvent read FOnSTATEUNKNOWN write FOnSTATEUNKNOWN;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnReply:TCallEventReply read FOnReply write FOnReply;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnInfoOther:TNotifyEvent read FOnInfoStateOTHER write FOnInfoStateOTHER;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnInfoDevSpecific:TNotifyEvent read FOnInfoStateDEVSPECIFIC write FOnInfoStateDEVSPECIFIC;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnInfoBearerMode:TNotifyEvent read FOnInfoStateBEARERMODE write FOnInfoStateBEARERMODE;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnInfoRate:TNotifyEvent read FOnInfoStateRATE write FOnInfoStateRATE;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnInfoMediaMode:TNotifyEvent read FOnInfoStateMEDIAMODE write FOnInfoStateMEDIAMODE;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnInfoAppSpecific:TNotifyEvent read FOnInfoStateAPPSPECIFIC write FOnInfoStateAPPSPECIFIC;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnInfoCallId:TNotifyEvent read FOnInfoStateCALLID write FOnInfoStateCALLID;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnInfoRelatedCallId:TNotifyEvent read FOnInfoStateRELATEDCALLID write FOnInfoStateRELATEDCALLID;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnInfoOrigin:TNotifyEvent read FOnInfoStateORIGIN write FOnInfoStateORIGIN;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnInfoReason:TNotifyEvent read FOnInfoStateREASON write FOnInfoStateREASON;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnInfoCompletionId:TNotifyEvent read FOnInfoStateCOMPLETIONID write FOnInfoStateCOMPLETIONID;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnInfoNumOwnerIncr:TNotifyEvent read FOnInfoStateNUMOWNERINCR write FOnInfoStateNUMOWNERINCR;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnInfoNumOwnerDecr:TNotifyEvent read FOnInfoStateNUMOWNERDECR write FOnInfoStateNUMOWNERDECR;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnInfoNumMonitors:TNotifyEvent read FOnInfoStateNUMMONITORS write FOnInfoStateNUMMONITORS;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnInfoTrunk:TNotifyEvent read FOnInfoStateNUMMONITORS write FOnInfoStateTRUNK;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnInfoCallerId:TNotifyEvent read FOnInfoStateCALLERID write FOnInfoStateCALLERID;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnInfoCalledId:TNotifyEvent read FOnInfoStateCALLEDID write FOnInfoStateCALLEDID;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnInfoConnectedId:TNotifyEvent read FOnInfoStateCONNECTEDID write FOnInfoStateCONNECTEDID;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnInfoRedirectionId:TNotifyEvent read FOnInfoStateREDIRECTIONID write FOnInfoStateREDIRECTIONID;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnInfoRedirectingId:TNotifyEvent read FOnInfoStateREDIRECTINGID write FOnInfoStateREDIRECTINGID;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnInfoDisplay:TNotifyEvent read FOnInfoStateDISPLAY write FOnInfoStateDISPLAY;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnInfoUserUserInfo:TNotifyEvent read FOnInfoStateUSERUSERINFO write FOnInfoStateUSERUSERINFO;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnInfoHighLevelComp:TNotifyEvent read FOnInfoStateHIGHLEVELCOMP write FOnInfoStateHIGHLEVELCOMP;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnInfoLowLevelComp:TNotifyEvent read FOnInfoStateLOWLEVELCOMP write FOnInfoStateLOWLEVELCOMP;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnInfoChargingInfo:TNotifyEvent read FOnInfoStateCHARGINGINFO write FOnInfoStateCHARGINGINFO;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnInfoTerminal:TNotifyEvent read FOnInfoStateTERMINAL write FOnInfoStateTERMINAL;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnInfoDialParams:TNotifyEvent read FOnInfoStateDIALPARAMS write FOnInfoStateDIALPARAMS;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnInfoMonitorModes:TNotifyEvent read FOnInfoStateMONITORMODES write FOnInfoStateMONITORMODES;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnLineGatherDigits:TCallGatherDigitsEvent read FOnLineGatherDigits write FOnLineGatherDigits;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnMonitorMedia:TCallEventMonitorMedia read FOnMonitorMedia write FOnMonitorMedia;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnDevSpecific:TCallEventDevSpecific read FOnDevSpecific write FOnDevSpecific;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property OnDevSpecificFeature:TCallEventDevSpecificFeature read FOnDevSpecificFeature write FOnDevSpecificFeature;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

 
 
 
 
Copyright Jörg Friebel 1999-2002