Class PlainRtcSynchParams
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainRtcSynchParams
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: TcoCoreConnector.dll
Syntax
public class PlainRtcSynchParams : INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainRtcSynchParams()
Declaration
public PlainRtcSynchParams()
Fields
|
Improve this Doc
View Source
_doSynch
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_syncAmsId
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
_synchContextIdentity
Declaration
ulong _synchContextIdentity
Field Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
_syncPeriod
Declaration
Field Value
Type |
Description |
System.UInt16 |
|
Properties
|
Improve this Doc
View Source
doSynch
Declaration
public bool doSynch { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
syncAmsId
Declaration
public string syncAmsId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
synchContextIdentity
Declaration
public ulong synchContextIdentity { get; set; }
Property Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
syncPeriod
Declaration
public ushort syncPeriod { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(IRtcSynchParams)
Declaration
public void CopyCyclicToPlain(IRtcSynchParams source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(RtcSynchParams)
Declaration
public void CopyCyclicToPlain(RtcSynchParams source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(IRtcSynchParams)
Declaration
public void CopyPlainToCyclic(IRtcSynchParams target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(RtcSynchParams)
Declaration
public void CopyPlainToCyclic(RtcSynchParams target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowRtcSynchParams)
Declaration
public void CopyPlainToShadow(IShadowRtcSynchParams target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(RtcSynchParams)
Declaration
public void CopyPlainToShadow(RtcSynchParams target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowRtcSynchParams)
Declaration
public void CopyShadowToPlain(IShadowRtcSynchParams source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(RtcSynchParams)
Declaration
public void CopyShadowToPlain(RtcSynchParams source)
Parameters
Events
|
Improve this Doc
View Source
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain