| SSD1306ResetAsync Method |
Performs a hardware reset of the display
Namespace: Microsoft.IoT.Devices.DisplayAssembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public IAsyncAction ResetAsync()
Public Function ResetAsync As IAsyncAction
public:
virtual IAsyncAction^ ResetAsync() sealed
abstract ResetAsync : unit -> IAsyncAction
override ResetAsync : unit -> IAsyncAction
Return Value
Type:
IAsyncAction
A
IAsyncAction that represents the operation.
See Also