public static bool DLN2Read( byte slaveaddr, string device, byte[] tbuffer, byte nMemoryAddressLength) { DiolanU2C.addrSlave = slaveaddr; return(DiolanU2C.DLN2Read(device, tbuffer, nMemoryAddressLength)); }