Write/Read |
About Port Extensions |
Description |
This property has NO replacement and no longer works correctly. (Sept. 2004) Sets a Port Extension value for Receiver A |
VB Syntax |
portExt.InputA = 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.InputA = 10e-6 'Write |
inA = portExt.InputA 'Read |
|
C++ Syntax |
HRESULT get_InputA(double *pVal) |
Interface |
IPortExtension |