|
|
@@ -214,10 +214,6 @@ pub fn parse_pore_activity_from_reader<R: std::io::Read>(
|
|
|
/// the duration the channel has been in that state (in raw sample counts).
|
|
|
#[derive(Debug, Serialize, Deserialize, Clone)]
|
|
|
pub struct PoreStateEntry {
|
|
|
- /// Channel identifier (typically 1 to N depending on device model).
|
|
|
- #[serde(rename = "Channel")]
|
|
|
- pub channel: u32,
|
|
|
-
|
|
|
/// Current status of the pore in this channel.
|
|
|
///
|
|
|
/// Values include: `adapter`, `strand`, `unavailable`, etc.
|