GetReport Method

HidSharp

ReportDescriptorParser GetReport Method HIDSharp

Namespace: HidSharp.ReportDescriptors.Parser
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

public Report GetReport(
	ReportType type,
	byte id
)
public Report GetReport(
	ReportType type,
	byte id
)
Public Function GetReport ( _
	type As ReportType, _
	id As Byte _
) As Report
Public Function GetReport ( _
	type As ReportType, _
	id As Byte _
) As Report
public:
Report^ GetReport(
	ReportType type, 
	unsigned char id
)
public:
Report^ GetReport(
	ReportType type, 
	unsigned char id
)
member GetReport : 
        type : ReportType * 
        id : byte -> Report
member GetReport : 
        type : ReportType * 
        id : byte -> Report
See Also