System.IO.Ports.WinSerialStream.ReadFile C# (CSharp) Méthode

ReadFile() private méthode

private ReadFile ( int handle, byte buffer, int bytes_to_read, int &bytes_read, IntPtr overlapped ) : bool
handle int
buffer byte
bytes_to_read int
bytes_read int
overlapped System.IntPtr
Résultat bool
			static extern unsafe bool ReadFile (int handle, byte* buffer, int bytes_to_read,
					out int bytes_read, IntPtr overlapped);