Click or drag to resize
LCRMsg Class
Distributed Algorithm Simulator
Message prototype for messages used in LCR algorithm.
Inheritance Hierarchy

Namespace: DistributedAlgorithms
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class LCRMsg : Message

The LCRMsg type exposes the following members.

Constructors
  NameDescription
Public methodLCRMsg
Initializes message values.
Top
Properties
  NameDescription
Public propertySP
Indicates whether a message is a special message or not. True: special message, False: regular message.
Public propertyUID
Unique IDs of nodes. Non-negative values.
Top
See Also