Click or drag to resize

ModuleAPIGetUUIDBySlot Method

Gets the UUID of module by slot.

Namespace:  Nexpaq.APIs
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public UUID GetUUIDBySlot(
	UUID gateway_uuid,
	int slot
)

Parameters

gateway_uuid
Type: UUID
Gateway UUID.
slot
Type: SystemInt32
Slot.

Return Value

Type: UUID
The UUID of module.
See Also