Struct slmp_client::ErrInfo[][src]

pub struct ErrInfo {
    pub net_no: u8,
    pub node_no: u8,
    pub dst_proc_no: u16,
    pub reserved1: u8,
    pub command: u16,
    pub sub_command: u16,
}
Expand description

エラー情報

Fields

net_no: u8

ネットワーク番号

node_no: u8

局番

dst_proc_no: u16

IOユニット番号

reserved1: u8

予約もしくはマルチドロップ番号

command: u16

要求時のコマンド

sub_command: u16

要求時のサブコマンド

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.