File: Network/LDP/LDPPacket.msg
C++ definition: click here
LDP Ini Message
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
LDPPacket | Base class for LDP packets |
Name | Type | Description |
---|---|---|
keepAliveTime | double | |
abit | bool | |
dbit | bool | |
pvLim | int | |
receiverLDPIdentifier | string |
message LDPIni extends LDPPacket { fields: double keepAliveTime; bool abit; bool dbit; int pvLim; string receiverLDPIdentifier; };