C-DEngine 5.105

TheISBConnect..::..SendToFirstNode Method

Sends a message to the first node in the mesh. Is is the Node this ISB Connection is connected to

Namespace:  nsCDEngine.Communication
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool SendToFirstNode(
	TSM TargetMessage
)
Public Function SendToFirstNode ( _
	TargetMessage As TSM _
) As Boolean
public:
bool^ SendToFirstNode(
	TSM^ TargetMessage
)

Parameters

TargetMessage
Type: nsCDEngine.BaseClasses..::..TSM

Return Value