ioctl(ixj, PHONE_GET_TONE_ON_TIME)
Return Value
Returns the on time interval as set by PHONE_SET_ON_TIME.
Parameters
None.
Remarks
Returns the tone on time in units of 250 microseconds.
See Also:
PHONE_SET_TONE_ON_TIME, PHONE_SET_TONE_OFF_TIME, PHONE_GET_TONE_OFF_TIME, PHONE_PLAY_TONE, PHONE_CPT_STOP, PHONE_GET_TONE_STATE
Example:
printf("Tone on period = %4.4x\n", ioctl(ixj, PHONE_GET_TONE_ON_TIME));
©1996-2001 Quicknet Technologies, Inc.