LBM .Net API Documentation
MsgDirty Property
Namespacescom.latencybusters.pdmPDMMessageMsgDirty
Gets or sets the value of the MsgDirty flag. When a message has been serialized and then changed, we need to be able to re-serialize the message before updating the array that it is in. A message is "dirty" if it is modified after it has been serialized.
Declaration Syntax
C#
public virtual bool MsgDirty { get; set; }
Value
the bool value

Assembly: lbmcspdm (Module: lbmcspdm) Version: 6.7.1.0 (1.0.0.0)