[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Schickt einen neuen Wert
Namespace: DynamicNode.Ext.CockpitAssembly: DNExtCockpit (in DNExtCockpit.dll) Version: 1.0.4679.19815 (1.0.0.0)
Syntax
C# |
---|
public void SendNewCockpitValue(
T newValue
) |
Visual Basic |
---|
Public Sub SendNewCockpitValue ( _
newValue As T _
) |
F# |
---|
member SendNewCockpitValue :
newValue:'T -> unit
|
Parameters
- newValue
- Type: T
[Missing <param name="newValue"/> documentation for "M:DynamicNode.Ext.Cockpit.CockpitInputNode`1.SendNewCockpitValue(`0)"]
See Also