Namespace: HidSharp.ReportDescriptors.ParserAssembly: HidSharp (in HidSharp.dll) Version: 2.0.0-alpha
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:
bool TryGetReport(
ReportType type,
unsigned char id,
[OutAttribute] Report^% report
)
member TryGetReport :
type : ReportType *
id : byte *
report : Report byref -> bool
Parameters
- type
- Type: HidSharp.ReportDescriptors.ParserReportType
- id
- Type: SystemByte
- report
- Type: HidSharp.ReportDescriptors.ParserReport
Return Value
Type:
Boolean
Reference