Card.LunLi.StaticReadCard C# (CSharp) Метод

StaticReadCard() приватный Метод

private StaticReadCard ( int com, byte s_companycode, int &cardtype, byte keycode, byte &userid, byte &MeterID, byte orderlsh, double &price, double &totalmoney, int &readflag ) : int
com int
s_companycode byte
cardtype int
keycode byte
userid byte
MeterID byte
orderlsh byte
price double
totalmoney double
readflag int
Результат int
        public unsafe static extern int StaticReadCard(int com, byte[] s_companycode, ref int cardtype, byte[] keycode,
           out byte* userid, out byte* MeterID, byte[] orderlsh, ref double price, ref double totalmoney, ref int readflag);