Write/Read
About Port Extensions

InputC Property  Obsolete


Description

This property has NO replacement and no longer works correctly. (Sept. 2004)

Sets the Port Extension value for Receiver C

 VB Syntax

portExt.InputC = value

Variable

(Type) - Description

portExt

A Port Extension (object)

value

(double) - Port Extension value in seconds. Choose any number between -10 and 10

Return Type

Double

Default

0

Examples

portExt.InputC = 10e-6 'Write

inC = portExt.InputC 'Read

C++ Syntax

HRESULT get_InputC(double *pVal)
HRESULT put_InputC(double newVal)

Interface

IPortExtension