Beispiel #1
0
 public GALILEO_RETURN_CODE SendCMD(byte[] data)
 {
     return(GalileoFunctions.SendCMD(instance, data, data.Length));
 }