RawDataBasedFrame Members
- Mise à jour2023-02-21
- Temps de lecture : 8 minute(s)
The RawDataBasedFrame type exposes the following members.
| Name | Description | |
|---|---|---|
| RawDataBasedFrame | Initializes a new instance of the RawDataBasedFrame class. |
Methods
| Name | Description | |
|---|---|---|
| CreateAutomaticFrameProcessing | Creates an AutomaticFrameProcessing section under the frame, which contains sections to add a cyclic redundancy check (CRC) and counter. | |
| CreateFrameFaulting | Creates a FrameFaulting section under the frame, which contains channels you can use to control the transmission of outgoing cyclic frames. | |
| CreateFrameInformation | Creates a FrameInformation section under the frame, which contains channels with timing and ID information for incoming frames. | |
| CreateRawDataBasedChannel | Creates a RawDataBasedChannel under the frame. | |
| DisableTransmissionTrigger | Disables a transmission trigger previously enabled by EnableTransmissionTrigger. | |
| EnableTransmissionTrigger | Enables checking the value of a DisableChannel to enable or disable transmission of the outgoing frame. | |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Class Destructor (Overrides Section.Finalize().) | |
| FindChildrenByGUID | Gets an array that contains the child BaseNode elements of the current node that match the specified TypeGUID. (Inherited from BaseNode.) | |
| FindFirstChildWithName | Gets the first child node with the specified name. (Inherited from BaseNode.) | |
| FindNodeByPath | Gets a node using the specified path. (Inherited from BaseNode.) | |
| GetAutomaticFrameProcessing | Gets the Automatic Frame Processing section of a frame, which contains the CRC and Counter sections for the frame. | |
| GetChildren | Gets an array that contains the child BaseNode elements of the current node. (Inherited from BaseNode.) | |
| GetDocumentPath | Gets the path to the system definition file that owns this node. (Inherited from BaseNode.) | |
| GetDocumentRoot | Gets the Root node of the system definition file. (Inherited from BaseNode.) | |
| GetFrameFaulting | Gets the Frame Faulting section of the frame, which contains the SkipCyclicFrames and TransmitTime channels for the frame. | |
| GetFrameInformation | Gets the Frame Information section of the frame, which contains the ReceiveTime and TimeDifference channels for the frame. | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetParent | Gets the parent node of this node. (Inherited from BaseNode.) | |
| GetRawDataBasedChannelList | Gets an array that contains the RawDataBasedChannel elements of the current RawDataBasedFrame. This method gets the raw data channels in the frame. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RemoveNode | Removes this node from the hierarchy, if the node can be removed. (Inherited from BaseNode.) | |
| RenameNode | Renames this node to the name you specify, if the node can be renamed and if the name you specify is not already in use by a sibling of this node. (Inherited from BaseNode.) | |
| SetTransmitTrigger | Sets event-triggered frame transmission on the frame. | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
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.) |