Mercury API
CmdSetGpio Method (GPIOnumber, GPIOvalue)
NamespacesThingMagicSerialReaderCmdSetGpio(Byte, Boolean)
Set the state of a single GPIO pin
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute]
public void CmdSetGpio(
	byte GPIOnumber,
	bool GPIOvalue
)
<ObsoleteAttribute> _
Public Sub CmdSetGpio ( _
	GPIOnumber As Byte, _
	GPIOvalue As Boolean _
)
[ObsoleteAttribute]
public:
void CmdSetGpio(
	unsigned char GPIOnumber, 
	bool GPIOvalue
)
Parameters
GPIOnumber (Byte)
the gpio pin number
GPIOvalue (Boolean)
whether to set the pin high

Assembly: MercuryAPI (Module: MercuryAPI) Version: 1.29.4.34 (1.29.4.34)