DPSManager GetDataProcessor Method (Byte)NetworkComms.Net Help
Retrieves the singleton instance of the DataProcessor corresponding to a given id

Namespace: NetworkCommsDotNet.DPSBase
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static DataProcessor GetDataProcessor(
	byte Id
)

Return Value

Type: DataProcessor
The retrieved singleton instance of the desired DataProcessor
See Also