Click or drag to resize

Message Constructor (Type)

Constructs a new Message with supplied type.

Namespace:  OBCOM.NetSwitchLib.Messages
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public Message(
	Type type
)

Parameters

type
Type: OBCOM.NetSwitchLib.MessagesType
The initial type of the Message.
See Also