Namespace: configuration_services
Assembly: configuration_services (in configuration_services.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
uint add_pump(
	uint list_id,
	int cat_id,
	Guid pump_id
)
Visual Basic
Function add_pump ( _
	list_id As UInteger, _
	cat_id As Integer, _
	pump_id As Guid _
) As UInteger
Visual C++
unsigned int add_pump(
	unsigned int list_id, 
	int cat_id, 
	Guid pump_id
)

Parameters

list_id
Type: System..::..UInt32
cat_id
Type: System..::..Int32
pump_id
Type: System..::..Guid

Return Value

pump_state_id of added pump, or 0 if unable to add pump. Useful for calls to pumps_service.

See Also