Click or drag to resize

Message Constructor (String)

Creates a new Message with the supplied data.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public Message(
	string data
)

Parameters

data
Type: SystemString
The string data of the Message.
Remarks
The codes of the new message are set to default values, and no message labels are defined.
See Also