DoaSendAirCoreMotor Method

Phcc Interface Library .NET / COM

Namespace:  Phcc
Assembly:  Phcc (in Phcc.dll)

Syntax

Visual Basic (Declaration)
Public Sub DoaSendAirCoreMotor ( _
	deviceAddr As Byte, _
	motorNum As Byte, _
	position As Integer _
)
C#
public void DoaSendAirCoreMotor(
	byte deviceAddr,
	byte motorNum,
	int position
)

Parameters

deviceAddr
Type: System..::.Byte
motorNum
Type: System..::.Byte
position
Type: System..::.Int32

See Also