pub trait SendIntType {
    fn as_int_static() -> i32;

    fn as_int(&self) -> i32 { ... }
}

Required Methods

<0 for receives, 0=sends, >0 for hardware outputs.

Provided Methods

<0 for receives, 0=sends, >0 for hardware outputs.

Implementors