메소드 | 설명 | |
---|---|---|
CanPublisher ( Variant>.Dictionary |
||
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 |
public CanPublisher ( Variant>.Dictionary |
||
args | Variant>.Dictionary | |
리턴 | System |
protected OnGetProperty ( string property ) : Variant | ||
property | string | |
리턴 | Variant |
protected OnSetProperty ( string property, Variant value ) : void | ||
property | string | |
value | Variant | |
리턴 | void |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
리턴 | int |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
리턴 | long |