GetGlobalItemValue Method

HidSharp

ReportDescriptorParser GetGlobalItemValue Method HIDSharp

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

Syntax

public uint GetGlobalItemValue(
	GlobalItemTag tag
)
public uint GetGlobalItemValue(
	GlobalItemTag tag
)
Public Function GetGlobalItemValue ( _
	tag As GlobalItemTag _
) As UInteger
Public Function GetGlobalItemValue ( _
	tag As GlobalItemTag _
) As UInteger
public:
unsigned int GetGlobalItemValue(
	GlobalItemTag tag
)
public:
unsigned int GetGlobalItemValue(
	GlobalItemTag tag
)
member GetGlobalItemValue : 
        tag : GlobalItemTag -> uint32
member GetGlobalItemValue : 
        tag : GlobalItemTag -> uint32
See Also