| description | Learn more about: __inbyte | ||
|---|---|---|---|
| title | __inbyte | ||
| ms.date | 09/02/2019 | ||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | 03b61799-2a08-474d-adc4-2cbf7c81a4d5 |
Microsoft Specific
Generates the in instruction, returning a single byte read from the port specified by Port.
unsigned char __inbyte(
unsigned short Port
);Port
[in] The port to read from.
The byte read from the specified port.
| Intrinsic | Architecture |
|---|---|
__inbyte |
x86, x64 |
Header file <intrin.h>
END Microsoft Specific
This routine is only available as an intrinsic.