| Visual Basic (Declaration) | |
|---|---|
Public Overridable Sub WriteBinHex( _ ByVal buffer() As Byte, _ ByVal index As Integer, _ ByVal count As Integer _ ) | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As VocabularyWriter Dim buffer() As Byte Dim index As Integer Dim count As Integer instance.WriteBinHex(buffer, index, count) | |
| Delphi | |
|---|---|
public procedure WriteBinHex( buffer: Bytearray of; index: Integer; count: Integer ); virtual; | |
Parameters
- buffer
- index
- count