C# 클래스 Peach.Core.Publishers.CanPublisher

상속: Publisher
파일 보기 프로젝트 열기: zombieCraig/UDSim

공개 메소드들

메소드 설명
CanPublisher ( Variant>.Dictionary args ) : System
Read ( byte buffer, int offset, int count ) : int
Seek ( long offset, SeekOrigin origin ) : long

보호된 메소드들

메소드 설명
OnClose ( ) : void
OnGetProperty ( string property ) : Variant
OnInput ( ) : void
OnOpen ( ) : void
OnOutput ( BitwiseStream data ) : void
OnSetProperty ( string property, Variant value ) : void
OnStop ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

CanPublisher() 공개 메소드

public CanPublisher ( Variant>.Dictionary args ) : System
args Variant>.Dictionary
리턴 System

OnClose() 보호된 메소드

protected OnClose ( ) : void
리턴 void

OnGetProperty() 보호된 메소드

protected OnGetProperty ( string property ) : Variant
property string
리턴 Variant

OnInput() 보호된 메소드

protected OnInput ( ) : void
리턴 void

OnOpen() 보호된 메소드

protected OnOpen ( ) : void
리턴 void

OnOutput() 보호된 메소드

protected OnOutput ( BitwiseStream data ) : void
data BitwiseStream
리턴 void

OnSetProperty() 보호된 메소드

protected OnSetProperty ( string property, Variant value ) : void
property string
value Variant
리턴 void

OnStop() 보호된 메소드

protected OnStop ( ) : void
리턴 void

Read() 공개 메소드

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
리턴 int

Seek() 공개 메소드

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
리턴 long