Description
The DevSpecificFeature method access the device-specific features.
[Visual Basic]
Function DevSpecificFeature( Feature As PHONEBUTTONFUNCTION, ByVal Params() As Byte)
As Boolean
[C#]
public Boolean DevSpecificFeature(PHONEBUTTONFUNCTION Feature, byte[] Params);
Parameters
- Feature
- The feature to invoke on the line device. This parameter uses the PHONEBUTTONFUNCTION_ Constants .
- Params
- Data block which want to send to the service provider. It can be String or bytes array.
Return values
- If the method succeeds, return TRUE, otherwise return FALSE.
Remarks
This function provides the application with phone feature-button emulation capabilities. When an application invokes this operation, it specifies the equivalent of a button-press event. This method of invoking features is device dependent, as TAPI does not define their meaning. Typically, an application that relies on these device-specific extensions does not work with other service provider environments.
See Also
Support editions
