Click or drag to resize

ProductAPIRequestFirmwareVersion Method

Requests the firmware version of product.

Namespace:  Nexpaq.APIs
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public void RequestFirmwareVersion(
	UUID uuid,
	Action<Version> callback
)

Parameters

uuid
Type: UUID
UUID.
callback
Type: SystemActionVersion
Callback.
See Also