ReportDescriptorParserTryGetReport Method HIDSharp

Namespace: HidSharp.ReportDescriptors.Parser
Assembly: HidSharp (in HidSharp.dll) Version: 2.0.0-alpha
Syntax

public bool TryGetReport(
	ReportType type,
	byte id,
	out Report report
)

Parameters

type
Type: HidSharp.ReportDescriptors.ParserReportType
id
Type: SystemByte
report
Type: HidSharp.ReportDescriptors.ParserReport

Return Value

Type: Boolean
See Also

Reference