Click or drag to resize

HostOnPortStateChangedEventHandler Delegate

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public delegate void OnPortStateChangedEventHandler(
	Object sender,
	string portName,
	HostPortState portState
)

Parameters

sender
Type: SystemObject
portName
Type: SystemString
portState
Type: com.gigatmsHostPortState
See Also