Namespace: 
   RRAutoLib.Remoting
    Assembly:
   RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax<HubMethodNameAttribute("SetFunc")>
Public Sub SetFunc ( 
	strEngineID As String,
	bytIdx As Byte,
	enuState As OnOff
)[HubMethodNameAttribute("SetFunc")]
public void SetFunc(
	string strEngineID,
	byte bytIdx,
	OnOff enuState
)Parameters
- strEngineID
 - Type: SystemString
Value corresponding to the Engine.ID. - bytIdx
 - Type: SystemByte
Valid values are 0-28. - enuState
 - Type: RRAutoLib.LoconetOnOff
Valid values are: 1 for on; 0 for off. 
See Also