PenCommV2.ReqSetupPenColor Method

Neo smartpen SDK

PenCommV2ReqSetupPenColor Method

Sets the color of LED.

Namespace:  Neosmartpen.Net.Protocol.v2
Assembly:  Neosmartpen.Net.Protocol.v2 (in Neosmartpen.Net.Protocol.v2.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
public bool ReqSetupPenColor(
	int color
)

Parameters

color
Type: SystemInt32

[Missing <param name="color"/> documentation for "M:Neosmartpen.Net.Protocol.v2.PenCommV2.ReqSetupPenColor(System.Int32)"]

Return Value

Type: Boolean
true if the request is accepted; otherwise, false.
See Also