Ejemplo n.º 1
0
        public static int InputMessage(string DrivesTypePID, string DrivesIdSN, string AnyMessageJson)
        {
            int ret = HidProtocolPINVOKE.InputMessage(DrivesTypePID, DrivesIdSN, AnyMessageJson);

            return(ret);
        }