Skip to content

0x041B - DeleteElement

Description

This message is used to delete one or more elements from a list. Each element is uniquely identified by the UID.

DeleteElementSeq

Type: Sequence

Field # Field Name Type Optional Interpretation
1 RequestIDRec RequestIDRec false
2 DeleteElementList DeleteElementList false

RequestIDRec

Type: Record

Field # Field Name Type Units Optional Interpretation
1 RequestID uint8 one false ID of the request. This ID will be returned in the response message.

DeleteElementList

Type: List

Element Type Count Type Min Count Max Count
DeleteElementRec uint8 0 255

DeleteElementRec

Type: Record

Field # Field Name Type Units Optional Interpretation
1 ElementUID false UID of the element to be deleted, where a value of 65535 represents all element in the list.