RawDataBasedFrame Properties
- Updated2023-02-21
- 5 minute(s) read
The RawDataBasedFrame type exposes the following members.
Properties
Name | Description | |
---|---|---|
BaseNodeType | Gets a reference to the internal representation of this node. (Inherited from BaseNode.) | |
ClusterName | Gets or sets the name of the cluster in the XNET database that contains the frame. | |
DatabaseAlias | Gets or sets the alias for the XNET database that contains the frame. | |
Description | Gets or sets the description of this node. (Inherited from BaseNode.) | |
DisableChannel | Gets a reference to the disable channel for the frame. A disable channel disables transmission of an outgoing frame when the value of the disable channel is non-zero. | |
Disabled | Gets whether transmission of the outgoing frame is disabled. | |
Enable64Bit | Gets or sets whether U64 bitfield representation is enabled for the frame. | |
EnableFrameCyclicTrigger | Gets or sets whether a frame cyclic trigger, which transmits outgoing frames when TriggerChannel has a non-zero value, is enabled for the frame. | |
EnableSoftwareCyclicTrigger | Gets or sets whether a software cyclic trigger, which transmits outgoing frames at regular intervals specified by TransmitTime, is enabled for the frame. | |
FrameType | Gets or sets the frame type (CAN data, CAN remote, FlexRay data, or FlexRay null) of a frame under a CAN or FlexRay port. | |
ID | Gets or sets the identifier number for the frame. For LIN frames, this is the frame ID. For CAN frames, this is the Arbitration ID. For FlexRay frames, this is the Slot ID in which the frame is sent. | |
MD5 | Gets the MD5 message digest for the frame. | |
Name | Gets the name of this node. To rename a node, use the RenameNode method. (Inherited from BaseNode.) | |
NodeID | Gets the ID of this node. (Inherited from BaseNode.) | |
NodePath | Gets the path to the node within the system definition file. (Inherited from BaseNode.) | |
OwningDatabase | Gets or sets a reference to the XNET database that contains the frame. | |
PayloadLength | Gets or sets the number of bytes in the payload of the frame. | |
Phase | Gets or sets whether to reset the timer after the TransmitTime elapses when EnableSoftwareCyclicTrigger is true (True in Visual Basic). | |
StartTimeOffset | Gets or sets the amount of time that elapses between the session start and the transmission of the first frame. | |
TransmitTime | Gets or sets the interval, in seconds, at which a software cyclic trigger transmits outgoing frames when EnableSoftwareCyclicTrigger is true (True in Visual Basic). | |
TransmitTrigger | Gets the trigger type (channel value change, trigger channel not zero, and so on) specified for an event-triggered frame. | |
TriggerChannel | Gets a reference to the channel that is checked for a non-zero value when EnableFrameCyclicTrigger is true (True in Visual Basic). | |
TypeGUID | Gets the GUID associated with the node. Attempts to set the GUID of a BaseNode will generate an exception. (Inherited from BaseNode.) |