Esempio n. 1
0
 // This should only return true once the write buffer is empty: i.e. actually transferred.
 public bool WriteBufferEmpty(byte deviceContextIndex)
 {
     return(IoLinkDevice.WriteBufferEmpty(deviceContextIndex));
 }