Message ByteArrayMessage

File: Base/ByteArrayMessage.msg

C++ definition: click here

Message that carries raw bytes. Used with emulation-related features.

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

ByteArrayMessage

Properties:

Name Value Description
customize true

Fields:

Name Type Description
data char[]

Source code:

message ByteArrayMessage
{
    properties:
        customize = true;
    fields:
        char data[];
};