C# Class Peach.Core.Publishers.CanPublisher

Inheritance: Publisher
ファイルを表示 Open project: zombieCraig/UDSim

Public Methods

Method Description
CanPublisher ( Variant>.Dictionary args ) : System
Read ( byte buffer, int offset, int count ) : int
Seek ( long offset, SeekOrigin origin ) : long

Protected Methods

Method Description
OnClose ( ) : void
OnGetProperty ( string property ) : Variant
OnInput ( ) : void
OnOpen ( ) : void
OnOutput ( BitwiseStream data ) : void
OnSetProperty ( string property, Variant value ) : void
OnStop ( ) : void

Private Methods

Method Description
OpenSocket ( uint mtu ) : Mono.Unix.UnixStream
bind ( int fd, sockaddr_can &addr, int addrlen ) : int
if_nametoindex ( string ifname ) : int
ioctl ( int fd, int request, ifreq &mtu ) : int
socket ( int domain, int type, int protocol ) : int

Method Details

CanPublisher() public method

public CanPublisher ( Variant>.Dictionary args ) : System
args Variant>.Dictionary
return System

OnClose() protected method

protected OnClose ( ) : void
return void

OnGetProperty() protected method

protected OnGetProperty ( string property ) : Variant
property string
return Variant

OnInput() protected method

protected OnInput ( ) : void
return void

OnOpen() protected method

protected OnOpen ( ) : void
return void

OnOutput() protected method

protected OnOutput ( BitwiseStream data ) : void
data BitwiseStream
return void

OnSetProperty() protected method

protected OnSetProperty ( string property, Variant value ) : void
property string
value Variant
return void

OnStop() protected method

protected OnStop ( ) : void
return void

Read() public method

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int

Seek() public method

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
return long