File: Base/ByteArrayMessage.msg
C++ definition: click here
Message that carries raw bytes. Used with emulation-related features.
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
Name | Value | Description |
---|---|---|
customize | true |
Name | Type | Description |
---|---|---|
data | char[] |
message ByteArrayMessage { properties: customize = true; fields: char data[]; };