Method | Description | |
---|---|---|
CanPublisher ( Variant>.Dictionary |
||
Read ( byte buffer, int offset, int count ) : int | ||
Seek ( long offset, SeekOrigin origin ) : long |
Method | Description | |
---|---|---|
OnClose ( ) : void | ||
OnGetProperty ( string property ) : Variant | ||
OnInput ( ) : void | ||
OnOpen ( ) : void | ||
OnOutput ( BitwiseStream data ) : void | ||
OnSetProperty ( string property, Variant value ) : void | ||
OnStop ( ) : void |
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 |
public CanPublisher ( Variant>.Dictionary |
||
args | Variant>.Dictionary | |
return | System |
protected OnGetProperty ( string property ) : Variant | ||
property | string | |
return | Variant |
protected OnOutput ( BitwiseStream data ) : void | ||
data | BitwiseStream | |
return | void |
protected OnSetProperty ( string property, Variant value ) : void | ||
property | string | |
value | Variant | |
return | void |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
return | long |