Template / CutNibbles Protocol Frame

This command is deprecated. Please use ExtractBitField.

this command can remove data from the already generated Bytes. It works on nibble (half-byte) level. Thus all parameters are addressing nibbles not bytes.

StartNibble specifies the address (beginning from the start of the destination data) of the first nibble to remove. NibbleCount specifies the number of nibbles to remove. If an odd number of nibbles is removed, a 0-nibble is inserted into the Least-significant-nibble at the end of destination data.

Sample
Template: 12 34 56 CutNibbles 0001 3
Destination data: 15 60

Properties

Format

Name Type/Size Description
StartNibble Integer (16 bits) -
NibbleCount Integer (8 bits) -