Phcc Interface Library for .NET and COM v0.2.1.0 reference library |
Device..::.DoaSend8ServoPosition Method |
Device Class See Also Send Feedback |
Sends data to a DOA_servo daughtercard to control the position
of an individual servo wired to the card.
Namespace:
Phcc
Assembly:
Phcc (in Phcc.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub DoaSend8ServoPosition ( _ deviceAddr As Byte, _ servoNum As Byte, _ position As Byte _ ) |
C# |
---|
public void DoaSend8ServoPosition( byte deviceAddr, byte servoNum, byte position ) |
Parameters
- deviceAddr
- Type: System..::.Byte
The device address of the specific DOA_servo daughtercard to send data to.
- servoNum
- Type: System..::.Byte
The number of the specific servo on the DOA_servo daughtercard, to which this position update will be sent.
- position
- Type: System..::.Byte
The position value to set this servo to.