메소드 | 설명 | |
---|---|---|
CanUsbWrapper ( ) : System | ||
Close ( ) : void | ||
Dispose ( ) : void | ||
Open ( ) : void | ||
PollPackets ( ) : void | ||
TransmitPacket ( Can packet ) : void |
Writes a CAN packet with SyncWriteLine.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
HandleLineReceived ( string InLine ) : void |
Interpret line as CAN packet, update corresponding Report. Character layout of a CANUSB line, from datasheet: tiiildd...[CR]
|