ReportSegment Write Method | HIDSharp |
Namespace: HidSharp.ReportDescriptors.Parser
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax
public void Write( byte[] buffer, int bitOffset, int element, int value )
Public Sub Write ( _ buffer As Byte(), _ bitOffset As Integer, _ element As Integer, _ value As Integer _ )
Public Sub Write ( _ buffer As Byte(), _ bitOffset As Integer, _ element As Integer, _ value As Integer _ )
public: void Write( array<unsigned char>^ buffer, int bitOffset, int element, int value )
public: void Write( array<unsigned char>^ buffer, int bitOffset, int element, int value )
member Write : buffer : byte[] * bitOffset : int * element : int * value : int -> unit
Parameters
- buffer
- Type:
System Byte
- bitOffset
- Type:
System Int32
- element
- Type:
System Int32
- value
- Type:
System Int32
See Also