FastbootExecuteFastbootCommandNoReturn Method AndroidLib - Beatsleigher Edition
Executes a FastbootCommand

Namespace: RegawMOD.Android
Assembly: AndroidLib (in AndroidLib.dll) Version: 1.5.2.0 (1.5.2.0)
Syntax

public static void ExecuteFastbootCommandNoReturn(
	FastbootCommand command
)

Parameters

command
Type: RegawMOD.AndroidFastbootCommand
Instance of FastbootCommand
Remarks

Should be used if you do not want the output of the command; good for quick fastboot commands
See Also

Reference