System.IO.BACnet.BacnetPipeTransport.PeekNamedPipe C# (CSharp) 메소드

PeekNamedPipe() 개인적인 메소드

private PeekNamedPipe ( IntPtr handle, IntPtr buffer, uint nBufferSize, IntPtr bytesRead, uint &bytesAvail, IntPtr BytesLeftThisMessage ) : bool
handle System.IntPtr
buffer System.IntPtr
nBufferSize uint
bytesRead System.IntPtr
bytesAvail uint
BytesLeftThisMessage System.IntPtr
리턴 bool
        private static extern bool PeekNamedPipe(IntPtr handle, IntPtr buffer, uint nBufferSize, IntPtr bytesRead, ref uint bytesAvail, IntPtr BytesLeftThisMessage);