LBM .Net API Documentation
PDMMessage Constructor (definitionId, versionMajor, versionMinor)
Namespacescom.latencybusters.pdmPDMMessagePDMMessage(Int32, Int32, Int32)
Creates a message from a finalized definition by looking it up in the {@link PDMDefinitionCache} by the id passed
Declaration Syntax
C#
public PDMMessage(
	int definitionId,
	int versionMajor,
	int versionMinor
)
Parameters
definitionId (Int32)
The definition id to lookup in the cache
versionMajor (Int32)
The definition major version used in the lookup
versionMinor (Int32)
The definition minor version used in the lookup

Assembly: lbmcspdm (Module: lbmcspdm) Version: 6.7.1.0 (1.0.0.0)