Type Alias IdfsR
pub type IdfsR = FieldReader<Idfs>;
Expand description
Field IDFS reader - ID Filtering Selection
pub struct IdfsR { }
Get enumerated values variant
Match upon a ID contents against an exact target value
Match upon a ID value greater than or equal to a specified target value
Match upon a ID value smaller than or equal to a specified target value
Match upon a ID value inside a range, greater than or equal to a
specified lower limit and smaller than or equal a specified upper limit