Esempio n. 1
0
 // Returns true if successfully written.
 public bool Write(byte[] p, int offset, int length)
 {
     return(IoLinkDevice.Write(p, offset, length));
 }