TryGetReport Method

HidSharp

ReportDescriptorParser TryGetReport Method HIDSharp

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

Syntax

public bool TryGetReport(
	ReportType type,
	byte id,
	out Report report
)
public bool TryGetReport(
	ReportType type,
	byte id,
	out Report report
)
Public Function TryGetReport ( _
	type As ReportType, _
	id As Byte, _
	<OutAttribute> ByRef report As Report _
) As Boolean
Public Function TryGetReport ( _
	type As ReportType, _
	id As Byte, _
	<OutAttribute> ByRef report As Report _
) As Boolean
public:
bool TryGetReport(
	ReportType type, 
	unsigned char id, 
	[OutAttribute] Report^% report
)
public:
bool TryGetReport(
	ReportType type, 
	unsigned char id, 
	[OutAttribute] Report^% report
)
member TryGetReport : 
        type : ReportType * 
        id : byte * 
        report : Report byref -> bool
member TryGetReport : 
        type : ReportType * 
        id : byte * 
        report : Report byref -> bool
See Also