ThbTapiLine.OnDevSpecificReply
 

This event fires when the result of a ThbTapiLine.DevSpecific method call becomes available. You need this event, if you are working in asynchronus mode. The parameters are used in conjunction with the parameters of the ThbTapiLine.DevSpecific method.

Availability

Design-Time: Read, Write / Run-Time: Read, Write

Declaration

procedure OnDevSpecificReply(Sender: ThbTapiLine; RequestID: DWORD; Data: Pointer; DataSize: DWORD; Address: ThbTapiAddress; Call:ThbTapiCall; ReplyCode: ThbTapiResult);
propety OnDevSpecificReply: ThbTapiLineDevSpecificReplyEvent;

See Also

ThbTapiLine.DevSpecific, ThbTapiLine.OnDevSpecificTimeout