TAPIEx ActiveX Control v3.6

GetLineFromDeviceID

The GetLineFromDeviceID() Return to TAPILine class according to DeviceID

TAPILine* GetLineFromDeviceID(
DeviceID As Long
);

Parameters

DeviceID . The lines ID , you can obtain line ID through TAPILine.DeviceID property

Return Values

If the method succeeds, the TAPILine class instance. If the DeviceID is invail, it will return NULL.

Remarks

you can obtain line ID through TAPILine.DeviceID property

See Also

TAPILine.DeviceID