Documentation ¶
Index ¶
Constants ¶
View Source
const ( DownloadInitiateRequest = 0x20 // 0010 0000 DownloadInitiateResponse = 0x60 // 0110 0000 DownloadSegmentRequest = 0x00 // 0000 0000 DownloadSegmentResponse = 0x20 // 0010 0000 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Download ¶
type Download struct { ObjectIndex canopen.ObjectIndex Data []byte RequestCobID uint16 ResponseCobID uint16 }
Download represents a SDO download process to write data to a CANopen device – download because the receiving node downloads data.
Click to show internal directories.
Click to hide internal directories.