Click or drag to resize

EngineHubSetSpeed Method

Calls the Engine.SetSpeed(Byte, Guid) method on the server.

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
)

Parameters

strEngineID
Type: SystemString
Value corresponding to the Engine.ID.
bytSpeed
Type: SystemByte
Valid values are 0 to Engine.SpeedStepMax.
See Also