outpd
- Updated2023-02-21
- 2 minute(s) read
outpd
long outpd (short portNumber, long doubleWord);
Purpose
![]() |
Note This function is obsolete. |
Writes a double word (long int) to a port.
![]() |
Note
|
![]() |
Caution The Windows SDK also contains a function with the same name. Include windows.h before including utility.h to ensure that there are no compilation errors as a result of this naming conflict. Define the SDK_CONFLICT_PRIORITYSDK_CONFLICT_PRIORITY macro to force LabWindows/CVI to use the Windows SDK implementation of this function. |
Parameters
Input | ||
Name | Type | Description |
portNumber | short | The port to which the double word is written. |
doubleWord | long | The double word (long int) written to the port. |
Return Value
Name | Type | Description |
doubleWordWritten | long | The double word written to the port. |
Additional Information
Library: Utility Library
Include file: utility.h
LabWindows/CVI compatibility: LabWindows/CVI 5.5 and later