Struct OutputChannelInfo
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Car
Assembly: VMDFullCar.dll
Output channel information
public struct OutputChannelInfo
Constructors
OutputChannelInfo(bool, string, string, string, string, InputType, Coordinate, bool)
Initializes a new instance of the
public OutputChannelInfo(bool bUse, string strName, string strActMarName, string strBaseMarName, string strRefMarName, InputType enInput, Coordinate enAxis, bool bIsEnable)
Parameters
bUse bool
if set to true [b use].
strName string
Name of the STR.
strActMarName string
Name of the STR act mar.
strBaseMarName string
Name of the STR base mar.
strRefMarName string
Name of the STR ref mar.
enInput InputType
The en input.
enAxis Coordinate
The en axis.
bIsEnable bool
if set to true [b is enable].
Fields
ActionMarkerName
ActionMarkerName
public string ActionMarkerName
Field Value
Axis
Axis
public Coordinate Axis
Field Value
Coordinate
BaseMarkerName
BaseMarkerName
public string BaseMarkerName
Field Value
Input
Input
public InputType Input
Field Value
InputType
IsEnable
IsEnable
public bool IsEnable
Field Value
Name
Name
public string Name
Field Value
ReferenceMarkerName
ReferenceMarkerName
public string ReferenceMarkerName
Field Value
Use
Use
public bool Use