Click or drag to resize
ISimConnectWrapperTransmitClientEvent Method
Wraps a call to SimConnect.TransmitClientEvent.

Namespace: VirtualRadar.Interface.FlightSimulatorX
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void TransmitClientEvent(
	uint objectId,
	Enum eventId,
	uint value,
	Enum groupId,
	int flags
)

Parameters

objectId
Type: SystemUInt32
eventId
Type: SystemEnum
value
Type: SystemUInt32
groupId
Type: SystemEnum
flags
Type: SystemInt32
See Also