Exemplo n.º 1
0
 public static bool apiResultByte(out byte buffer, string result, ushort rset)
 {
     return(_apiInternal.apiResultByte(out buffer, result, rset));
 }