| SSD1306UpdateAsync Method |
Updates the display by writing the display buffer.
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 UpdateAsync()
Public Function UpdateAsync As IAsyncAction
public:
virtual IAsyncAction^ UpdateAsync() sealed
abstract UpdateAsync : unit -> IAsyncAction
override UpdateAsync : unit -> IAsyncAction
Return Value
Type:
IAsyncAction
An
IAsyncAction that represents the operation.
See Also