Namespace: 
   RRAutoLib.Remoting
    Assembly:
   RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax<HubMethodNameAttribute("SetSpeed")>
Public Sub SetSpeed ( 
	strEngineID As String,
	bytSpeed As Byte
)[HubMethodNameAttribute("SetSpeed")]
public void SetSpeed(
	string strEngineID,
	byte bytSpeed
)Parameters
- strEngineID
 - Type: SystemString
Value corresponding to the Engine.ID. - bytSpeed
 - Type: SystemByte
Valid values are 0 to Engine.SpeedStepMax. 
See Also