Message SocketMsg

File: Network/Quagga/SocketMsg.msg

(no description)

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.

Properties:

Name Value Description
customize true

Fields:

Name Type Description
data char[]

Source code:

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