LBM .Net API Documentation
sendc Method (target, topic, data, dataLength, flags)
Namespacescom.latencybusters.lbmLBMContextsendc(array<Char>[]()[], array<Char>[]()[], array<Byte>[]()[], Int32, Int32)
Send a unicast immediate message to a specific topic
Declaration Syntax
C#
public void sendc(
	char[] target,
	char[] topic,
	byte[] data,
	int dataLength,
	int flags
)
Parameters
target (array< Char >[]()[])
Target address of the receiver of the form "TCP:ip:port"
topic (array< Char >[]()[])
Topic name to send message to or null for non-topic
data (array< Byte >[]()[])
Data to send in this message
dataLength (Int32)
Length (in bytes) of the data to send in this message
flags (Int32)
Flags indicating various conditions.
Remarks
Possible OR'd set of flag value include: SRC_NONBLOCK and SRC_BLOCK

Warning: It is not safe to call this method from a context thread callback.

Exceptions
ExceptionCondition
Invalid argument or unexpected operational behavior has been encountered by unmanaged LBM C layer function.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0