Type of frame validation the adapter performs. An adapter can be instructed to accept different kind of frames: correct frames only, frames with wrong Frame Check Sequence (FCS) only, all frames.
Member Name | Description |
---|---|
ACCEPT_CORRECT_FRAMES | Accept correct frames only, i.e. frames with correct Frame Check Sequence (FCS). |
ACCEPT_CORRUPT_FRAMES | Accept corrupt frames only, i.e. frames with worng Frame Check Sequence (FCS). |
ACCEPT_EVERYTHING | Accept all the frames the device captures |
UNKNOWN | Unknown validation type. You should see it only in case of error. |