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