Click or drag to resize

wclMessage Constructor

Create new message object.

Namespace: wclCommon
Assembly: wclCommon (in wclCommon.dll) Version: 7.11.10.0 (7.11.10.0)
Syntax
public wclMessage(
	byte Id,
	byte Category
)

Parameters

Id  Byte
The message ID.
Category  Byte
The message category ID.
See Also