Serial port and GPS

Utils.GetDC Method 

Retreives device context

[Visual Basic]
Private Shared Function GetDC( _
   ByVal hwnd As IntPtr _
) As IntPtr
[C#]
private static IntPtr GetDC(
   IntPtr hwnd
);

Parameters

hwnd
ignored, the code passes always NULL here

Return Value

Missing <returns> documentation for M:serial.Utils.GetDC(System.IntPtr)

Remarks

Used internally for switching off display

See Also

Utils Class | serial Namespace