C# Class Peach.Core.Publishers.CanPublisher

Inheritance: Publisher
Afficher le fichier Open project: zombieCraig/UDSim

Méthodes publiques

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

Méthodes protégées

Méthode 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

Méthode 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 méthode

public CanPublisher ( Variant>.Dictionary args ) : System
args Variant>.Dictionary
Résultat System

OnClose() protected méthode

protected OnClose ( ) : void
Résultat void

OnGetProperty() protected méthode

protected OnGetProperty ( string property ) : Variant
property string
Résultat Variant

OnInput() protected méthode

protected OnInput ( ) : void
Résultat void

OnOpen() protected méthode

protected OnOpen ( ) : void
Résultat void

OnOutput() protected méthode

protected OnOutput ( BitwiseStream data ) : void
data BitwiseStream
Résultat void

OnSetProperty() protected méthode

protected OnSetProperty ( string property, Variant value ) : void
property string
value Variant
Résultat void

OnStop() protected méthode

protected OnStop ( ) : void
Résultat void

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

Seek() public méthode

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
Résultat long