DropCall Method

Navigation:  Reference Guide > Modem >

DropCall Method

Previous pageReturn to chapter overviewNext page

Cuts off current established phone line connection for a communication channel inexplicitly identified by a modem index.

DropCall(short ChannelID, VARIANT_BOOL *Result);

Parameters

ChannelID

    A channel ID (0-7) used to identify a communication channel.

Result

    If the method succeeds, the value of variable pointed to by Result is VARIANT_TRUE, otherwise the value is VARIANT_FALSE.

 

Remarks

Use SetPortParam method to define a relationship between a modem index and a communication channel ID (0-7).

 

See Also

SetPortParam Method   |   GetModemCount Method